nodl

Crates.ionodl
lib.rsnodl
version0.2.1
sourcesrc
created_at2024-10-17 17:21:02.859438
updated_at2024-10-17 17:21:02.859438
descriptionCommand line tool for building a directed graph of links between notes
homepage
repositoryhttps://github.com/jackhanslope/nodl
max_upload_size
id1413441
size39,252
Jack Hanslope (jackhanslope)

documentation

README

nodl

Command line tool for building a directed graph of links between notes.

Link format

  • If note a has a tag for note b, then
    • Note b is a parent of note a
    • Note a is a child of note b
  • If note a has a link for note b, then
    • Note a will have b as a link
    • Note b will have a has a backlink
  • 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)
Commit count: 0

cargo fmt