Releases: Acidham/alfred-markdown-notes
Releases · Acidham/alfred-markdown-notes
Allow Search Tags across whole MD Note
New Features
- Added option to search Tag in YAML Front Matter only (Tag: line) or across the whole MD document.
.mdconfig
→search_yaml_tags_only
(PressShift
for help)
Improvements
- Fixed trailing whit-spaces in MD filename
New Features, Improvements, Bugfixes
New Features
- Added ability to paste tag from tag search into frontmost app
- Added new flag to settings to change search behaviour to run exact match or match any string (
exact_match
)
Improvements
- Exchanged custom html to markdown converter to pandoc. The custom converter were not able to import a lot of webpages. Please ensure to install pandoc (the link can be found in
mdhelp
or README) - rewrite of the search algorithm due to unicode issues
Bugfixes
- The Search is now unicode savy, means e.g. german umlauts will now be found in md notes
- Improved filename normalisation
Search Improvements
- The search now search for an exact match
- Introduced wildcard search to for partial match e.g
Book*
matchesBookstore
andbooking
- New File Action to create and index markdown note from a selection of markdown notes
New File Action to create an index markdown note
New File Action to create an index md-note containing links to multiple md-notes
Ability to add tags when creating a note
When creating a note the tags can be entered after the title #4
Better Notes Path Handling
Notes Path in config can now be relative or absolute to prevent #3
Improvements
NEW: create a new note when search return nothing.
IMPROVEMENTS: Search improvements
Make Evernote really optional
- Make Evernote Optional: If Evernote auth key is not set the option will not be shown in action menu
- Make URL Scheme Optional: If URL Scheme is set to empty in config the option will not be shown in action menu
Bugfix Release
- Fixed issue workflow quits after using quicklook
- Various improvements
Updated Help File
v1.5 Mod removed and add Action menu