Zettelkasten-Method / zkviz

Zettel Network Visualizer
MIT License
109 stars 19 forks source link

Accepting different kinds of zettel formats #24

Open tevino opened 4 years ago

tevino commented 4 years ago

Currently zkviz requires the zettel to be formatted like this:

or it finds nothing, say this case for example.

It would be great if there's an option to choose another format of zettel:

> zkviz --zettel-format [TS-TITLE|ID]

Users that are not using a timestamp-based ID could benefit from zkviz too.

Here's my setup: http://tevinzhang.com/digital-zettelkasten/

TL;DR:

The current implementation is called asTS-TITLE since it is a combination of a timestamp and title, the format I described above is ID, the names may vary, here's just a proposal to add a new flag indicating different formats.

I could submit a PR if that's needed.