1 unstable release
new 0.2.1 | Oct 17, 2024 |
---|
#1286 in Command line utilities
146 downloads per month
13KB
196 lines
nodl
Command line tool for building a directed graph of links between notes.
Link format
- If note
a
has a tag for noteb
, then- Note
b
is a parent of notea
- Note
a
is a child of noteb
- Note
- If note
a
has a link for noteb
, then- Note
a
will haveb
as a link - Note
b
will havea
has a backlink
- Note
- Tags and links are built off the filename, which may be different from the title
Output format
- JSON output with list of files (with note slug as key). For each one
- List of links
- List of backlinks
- List of parents
- List of children
- Whether file exists or not (boolean)
Dependencies
~7MB
~123K SLoC