Commit Graph

7 Commits

Author SHA1 Message Date
Marty 19a97f35db Fix Zettel Dialog Selection
Now works with a backing array of IDs.
This is inefficient but works for the moment.
And it is better than having to put the ids into the selection.
2018-11-28 19:25:37 +00:00
Marty 346188e835 Refactor into distinct anchor and ID
each time the Zettel ID is referred to it is called an anchor. 
Whenever the internal note ID is referred to it is called an id.
2018-11-28 19:16:19 +00:00
Marty 7611441252 Add Customizable Template
Added option to set a template to be used upon creating a new Zettel.
Makes use of 2 placeholders:
{headline} and {anchor} which get inserted on creation.
2018-11-28 18:56:47 +00:00
Marty d3397e86d1 Add Title Anchor Option
Script can now be switched to look for Zettel anchors in note names,
or in the complete note bodies, prefixed with the selected tag marker.
2018-11-28 18:31:21 +00:00
Marty 01cce369ff Enable WikiStyle links
Creates new option to allow new default style for links. 
Made link following more flexible, allowing for a wide range of
selection or cursor positions.
Ensure a Zettel exists before attempting to jump there.
2018-11-28 16:49:24 +00:00
Unknown 1bb44eeae0 Add Zettel id marker configuration 2018-11-21 18:47:35 +01:00
Marty ff81291884 initial commit 2018-11-21 16:07:57 +00:00