Trangar / zettelkasten

Rust implementation of https://en.wikipedia.org/wiki/Zettelkasten
MIT License
2 stars 1 forks source link

Improved linking between zettels #19

Open VictorKoenders opened 1 year ago

VictorKoenders commented 1 year ago

Currently zettels have no way to change their path and no way to check back references.

I propose that when a zettel is saved, we use the existing regex to check for markdown links. Each link gets replaced:

Note that if a path does not exist, it should not be replaced with sys:zettel:<id>.

Additionally we should insert all these links in a zettel_links table so we can get back-references.