Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joashxu/zetteltools
https://github.com/joashxu/zetteltools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joashxu/zetteltools
- Owner: joashxu
- License: mit
- Created: 2020-06-11T03:58:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T06:12:05.000Z (over 4 years ago)
- Last Synced: 2024-07-14T12:33:15.608Z (4 months ago)
- Language: Python
- Size: 726 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - joashxu/zetteltools - (others)
README
# ZettelTools
Collections of tools for Zettelkasten note-taking system.
This code is intended for personal use. It follows my own note-taking convention, from file name to individual note structure.
I mainly use it to visualize the connections between my notes.## Usage
```shell script
$ python zettviss.py
```This will show the following visualization:
![Overall connection](media/graph.png)
You can mouseover the note to read the note's title and its direct children.
![Mouseover action](media/focus-graph.png)