Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheilaCat/zknotes
zettelkasten zettelkasten .vscode plugin for applying zettelkasten notation.
https://github.com/sheilaCat/zknotes
markdown notation timestamp-title visualization vscode vscode-extension vscode-plugin wiki wiki-links zettel zettelkasten zk zk-files
Last synced: about 2 months ago
JSON representation
zettelkasten zettelkasten .vscode plugin for applying zettelkasten notation.
- Host: GitHub
- URL: https://github.com/sheilaCat/zknotes
- Owner: sheilaCat
- Created: 2020-05-25T12:04:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T07:43:42.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:18:13.322Z (5 months ago)
- Topics: markdown, notation, timestamp-title, visualization, vscode, vscode-extension, vscode-plugin, wiki, wiki-links, zettel, zettelkasten, zk, zk-files
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sheilacat.zknotes
- Size: 1010 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- jimsghstars - sheilaCat/zknotes - zettelkasten zettelkasten .vscode plugin for applying zettelkasten notation. (TypeScript)
README
# zknotes
English | [Simplified Chinese](README_CN.md)
`zknotes` is a vscode plugin for applying `zettelkasten` notation.
## Features
### New timestamp title based on zk formatting
1. `Command + Shift + P/ ⇧⌘P / F1` Display Command Panel
2. Select ` new zk note`, enter your title and it will automatically generate a markdown file based on **yyyyMMddHHmm_yourtitle**.
![](images/2020-06-16_1.gif)
### Support wiki-links with `[[filename]]`.
All zk files in the current directory are displayed when `[[` is entered, and jump to the corresponding file is supported.
The wiki-links of `[[]]` show all zk files in the current directory when you type `[[` and support jumping to the corresponding file.
![](images/2020-06-16_2.gif)
### Using vscode's peek definition F12 for block modifications
![](images/2020-06-16_3.gif)
### graph-view panel to demonstrate Graph neural networks
fork graph-view feature from [`markdown-links`](https://github.com/tchayen/markdown-links), thanks!
1. `Command + Shift + P/ ⇧⌘P / F1` Display Command Panel
2. select `graphView` to generate the corresponding neural network diagram.
![](images/2020-08-17_1.png)
## Release Notes
### 0.0.1
First release of `zknotes`.
Feature 1: zk formatted headers / timestamp headers
Feature 2: wiki-links support
### 0.0.2
Feature 1: fork feature from [`markdown-links`](https://github.com/tchayen/markdown-links), support graph view
## Roadmap
- [x] timestamp title
- [x] wiki-links
- [ ] timestamp title add configuration
- [x] graph view