jonas-schievink/zathura-plugin

Expose optional plugin functions

Aperta

#2 aperta il 1 mag 2019

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (1 fork)github user discovery
enhancementgood first issuehelp wanted

Metriche repository

Star
 (11 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor