Releases: chrisgrieser/pandoc_alfred
4.9
- The
pconf
now remembers your choices, displaying recent / frequent submenu-items further to the top - small bugfix when using multiple filters
- bugfix with selecting csl via
pconf
Due to some internal changes, you will have to set the citation style again via pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
4.8
- Improved matching in
pconf
- Bugfixes for templates & filter
- Proper labelling
pconf
restructuring- fixed resource-path bug
Due to some internal changes, you will have to set the citation style again via pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
4.7: Extension, Template & Filter Support
- Support for Pandoc extensions, as they cannot be entered as further arguments. Define extensions with the respective
pconf
command - Support for templates and filters, also via
pconf
- Citation Style Search searches local and online in parallel, switching csl files also possible while offline
- Date is now also inserted in the document itself, not only the filename. The date format from
pconf
applies. - Internal restructuring
- "Deep Search" as Fallback for problems with .bib file recognition
Due to some internal changes, you will have to set the citation style again via pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
4.6.1
- Fix for the Anticipatory Word count on ARM Macs (M1 Macs)
- Fix for changing date format in output filename
Due to some internal changes, you will have to set the citation style again via pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
4.6 Anticipatory Word Count even better
- Anticipatory Word Count now also calculates the total word and character count
- Changed file actions for the Anticipatory Word Count
- Trigger the anticipatory count for any text selection
Due to some internal changes, you will have to set the citation style again via pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
4.5: Bibliography Word Count Anticipation
- A new hotkey triggers a bibliography-wordcount instead of the pandoc conversion on the document selected in Finder or open in a supported app.
- This will calculate the number of words & characters that the bibliography of the document will have. This should be quite useful, as markdown writing app only count the words or characters of the draft, lacking information on how long your bibliography will be.
- Fixed the single-bibliography-creation (return + fn) for the new citation style handling.
Due to some internal changes, you will have to set the citation style again via pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
4.4: Improved Citation Style (.csl) handling
- Due to some internal changes, you will have to set the citation style again via
pconf
to be able to use it. This only has to be done once, and only if you upgrade from before 3.0 to 4.4 or above.
Release Notes
- Citations styles can no directly be downloaded from within Alfred (no need for a browser.) Furthermore, downloading a citation style also directly sets it as the citation style to use. Basically, installation and setting a csl has been unified into one convenient task.
pconf
option to open Pandoc man page in Preview.app- for quick change of citation styles, you can directly access the Citation-Style-Selection via the new command
csl
.
4.3
- fixed file-action for converting to PDF
- fixed small bug when using hotkey from Obsidian
- Groundwork for better Citation Style Search
4.2
- Select a Citekey in any app and trigger Alfred's Universal Action to reveal the corresponding entry in BibDesk.
- now also parses the
date
field of BibTeX-files, not only theyear
field. Some apps write indate
, others inyear
. (via Pull Request from @manuelhubacher)