zettel
zettel copied to clipboard
A notes organizer - based on Zettelkasten methodology.
Hi and thank you for developing this awesome tool. Just wanted to check the docs but the site seems down. Checked with online services too.
I have been working on the Search implementation. I had to generate an Index File with the title and tags as JSON and use that with some Client Side JS...
Currently `zettel` only build a static site but while writing notes it would be a much better experience if we reload when a change is made by the user.
Currently we aren't documenting all the metadata which are valid in `yaml` frontmatter. cc: @mr-karan
test$ zettel --verbose build DEBU[2020-09-21T11:43:14+03:00] verbose logging enabled INFO[2020-09-21T11:43:14+03:00] Starting zettel... 2020/09/21 11:43:14 reading config: zettel.toml 2020/09/21 11:43:14 error while yaml unmarshal: yaml: line 3: mapping values are not allowed...
As received feedback from Kailash, we should have a way for users to browse through zettel: Currently the only way to see all posts is `/all.html` but then you lose...