We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should allow you to create notes by typing in dmenu the following command: ''' note new NOTEBOOK/NOTE or note new NOTE '''
Where NOTEBOOK is the folder ( it also should create a folder if it don't exists) and NOTE is the note name.
After that command it will open neovim with a madkdown note template with a little YAML table to fill containing name, date, tags and etc.
The text was updated successfully, but these errors were encountered:
Packages candidates:
https://github.com/aesophor/py-todo https://github.com/todotxt/todo.txt-cli https://github.com/okken/cards https://github.com/afonsopacifer/pynotes https://github.com/maxhodak/notes https://github.com/Maboroshy/Note-Station-to-markdown https://github.com/ShadowKyogre/mikidown
Sorry, something went wrong.
Calebe94
No branches or pull requests
It should allow you to create notes by typing in dmenu the following command:
'''
note new NOTEBOOK/NOTE
or
note new NOTE
'''
Where NOTEBOOK is the folder ( it also should create a folder if it don't exists) and NOTE is the note name.
After that command it will open neovim with a madkdown note template with a little YAML table to fill containing name, date, tags and etc.
The text was updated successfully, but these errors were encountered: