^ or any text editor...
The motivation for me to create this project was for me to take notes in Neovim systematically. This repository is always open to contributions. Happy hacking :)
Refer to Kickstart to get started, or run this command in your corrent (empty) directory:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/smyk07/vinotes/main/createvault.sh)"
For more in-depth documentation and on customizations, refer to the Wiki.
Vinotes comes with a simple note-taking system which includes:
- Zettelkasten System for:
- Fleeting Notes
- Literature Notes
- Permanent Notes
- Daily notes
- Linux
- Git
- python3
- fzf
- nvim, vim or any text editor for editing markdown files.
Follow the below steps:
- Create an issue for a feature.
- Fork the repo, add describe the feature in
todo.md
. - After the feature is properly implemented, create a pull request.