Commit graph

18 commits

Author SHA1 Message Date
13df48059c Delete example.mp4 2018-11-28 19:44:29 +00:00
fe48ce46a0 Replace example.mp4 2018-11-28 19:44:22 +00:00
c2d9261fe6 Update README.md 2018-11-28 19:42:30 +00:00
787ecef547 Upload New File 2018-11-28 19:41:26 +00:00
131425aa1b Add new directory 2018-11-28 19:41:04 +00:00
aa20871579 Merge branch '8-have-zettel-selection-dialog-not-add-unnecessary-ids-to-its-list' into 'master'
Resolve "Have Zettel selection dialog not add unnecessary IDs to its list"

Closes #8

See merge request marty.oehme/qown-zettelkasten!4
2018-11-28 19:25:57 +00:00
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
1eb6703a57 Merge branch '6-clearly-distinguish-between-note-ids-and-zettel-ids-in-the-code' into 'master'
Resolve "Clearly distinguish between Note IDs and Zettel IDs in the code"

Closes #6

See merge request marty.oehme/qown-zettelkasten!3
2018-11-28 19:16:41 +00:00
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
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
e2a238e812 Merge branch '5-allow-selection-of-zettel-ids-being-in-zettel-titles-or-zettel-bodies' into 'master'
Resolve "Allow Selection of Zettel IDs being in Zettel Titles or Zettel Bodies"

Closes #5

See merge request marty.oehme/qown-zettelkasten!2
2018-11-28 18:32:22 +00:00
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
32c4c587d9 Merge branch '4-turn-links-to-wikistyle-links-standard-markdown-links' into 'master'
Resolve "Turn links to WikiStyle Links / Standard Markdown Links"

Closes #4

See merge request marty.oehme/qown-zettelkasten!1
2018-11-28 16:57:35 +00:00
6eee455c36 Update README.md 2018-11-28 16:55:55 +00:00
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
1bb44eeae0 Add Zettel id marker configuration 2018-11-21 18:47:35 +01:00
ff81291884 initial commit 2018-11-21 16:07:57 +00:00
48d53070e0 Initial commit 2018-11-21 16:06:56 +00:00