A simple and intuitive web application for creating, organizing, and managing your markdown notes efficiently.
- Create, edit, and delete markdown notes
- Organize notes with tags or categories
- Search and filter notes
- Responsive design for desktop and mobile
- Secure user authentication
- Clone this repo
pip install -r requirements.txtcd frontend/npm install .
npm run buildcd -python3 setup.py developnotable --help
npm run dev
-
notable set-config "port" [PORT] -
notable set-config "home_dir" [HOME_DIR] -
Run
--helpcommand for all options:
add-note Add a new note with the given NAME.
copy-note Copy the content of a note by its ID to the clipboard.
get-config Get the current configuration settings.
set-config Set a configuration setting.
view-note View a note by its ID.
view-notes View all notes.
web Run the web application.
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/your-feature) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.