Users should be able to link to other entries #9
Open
opened 3 years ago by isthisnagee
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Not really sure how to best reflect this in a TUI. Might be useful for searching?
Say
[[[note]]]
is how notes are referenced.There are a few things to decide:
For 1, I think we should support a few different ways, and we'll start with
id
. For exampleFor 2, we should parse the text for all
[[[note]]]
. References get created in a table that maps a note id to another note id. When a note gets updated, we need to look for all the notes that it references and update accordingly.For example, the note could initially look like this:
The table would look like:
Say an update is made:
The table should be updated to reflect the deletion of that note