jonas-schievink/zathura-plugin

Expose optional plugin functions

Open

#2 opened on May 1, 2019

 (0 comments) (0 reactions) (0 assignees)Rust (1 fork)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently we only expose methods that are either strictly needed for anything to work at all, or that are needed to free memory. There's more functions we should expose because they can vastly improve the UX:

  • document_index_generate
  • document_save_as
  • document_attachments_get
  • document_attachment_save
  • document_get_information
  • page_search_text
  • page_links_get
  • page_form_fields_get
  • page_images_get
  • page_image_get_cairo
  • page_get_text
  • page_get_label

Contributor guide