You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead it looks like everyone just stick to timestamps, and create overview notes to group related notes.
I don't like this approach. What I do is that I treat timestamped notes as unordered ones. Once I collected a bunch of unordered notes, I rename them manually to the following schema:
This allows me to have ability to define sequences of notes.
I also keep timestamps, because some of them might have already been linked to others, and I don't what to go through all the notes renaming them.
I think not so complex changes needed to support such flow:
Support custom naming schemas like "2a1b another note 201911100738" (right now it says I have no notes at all)
[[1a1]] should be recognized as proper link
Detect timestamps if they are in the end of the string (this is needed when I click on a link which only contains timestamp, but the note has been already renamed to the new schema)
The text was updated successfully, but these errors were encountered:
In the meanwhile trying to find a workaround. Figured out that the plugin recognizes "1.201911101050" as link, but unfortunately doesn't recognize "1a.201911101053".
If it would, then it would be an okayish compromise. I'd probably just stick to that schema.
@renerocksai it would be great if you could point out at places in the code where changes needed to be made in order to support custom schema like "1a.201911101053" for notes IDs.
(I am new to both Python and Sublime Text extensions, but I'll figure it out if I know where to look at)
I've recently learned about Zettelkasten, but I was upset that no single digital implementation of Zk has support for notes sequences like 1a1 → 1a2
I mean something like this:
Instead it looks like everyone just stick to timestamps, and create overview notes to group related notes.
I don't like this approach. What I do is that I treat timestamped notes as unordered ones. Once I collected a bunch of unordered notes, I rename them manually to the following schema:
This allows me to have ability to define sequences of notes.
I also keep timestamps, because some of them might have already been linked to others, and I don't what to go through all the notes renaming them.
I think not so complex changes needed to support such flow:
The text was updated successfully, but these errors were encountered: