Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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