EFLS
EFLS
A small update aimed at user convenience. When launching a Zetteldeft search (for example for a tag, or to check which notes link to the current note), a Deft buffer...
There's a new customization option to configure whether the filename of a new note should be added to the kill ring: `zetteldeft-new-filename-to-kill-ring`. Set to `nil` by default (so a change...
To customize how Zetteldeft inserts a link, there is now the `zetteldeft-insert-link-function` variable. This is particularly convenient for those who prefer Org-style links. Check out its documentation for more details.
New function to easily remove a tag from the current note: `zetteldeft-tag-remove` (default keybinding `C-c d $`). Select a currently used tag from the list, and the tag will be...
New function to quickly create a new note starting from a region. With the region highlighted, call `zetteldeft-extract-region-to-note` and enter a title. The region will be replaced with a link...
Remember backlinks? They are now inserted in a smarter location, which is the line below whichever is found first: - existing backlink - tag line - title - at top...
Including a list of links to notes with a specific search term (such as a tag) and updating such a list via an Org source block, is something I've been...
New feature: automated list of links with Dynamic Blocks. From the documentation in `zetteldeft.org`: Org-mode provides Dynamic Blocks, which can programmatically update their contents. Let's create a Dynamic Block called...
That's a good point. To clarify: the `-find-file` functions shows notes' filenames (rather than titles). > Would it be possible for this to utilize full-text search perhaps using Deft? Probably,...
The same request was raised in #29