All Projects β†’ muety β†’ Mininote

muety / Mininote

Licence: mit
πŸ“” A simple Markdown note-taking editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mininote

Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+1468.42%)
Mutual labels:  note-taking, notes, markdown, wiki
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+1690.06%)
Mutual labels:  note-taking, notes, markdown
Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (-28.65%)
Mutual labels:  note-taking, notes, markdown
Wreeto official
Wreeto is an open source note-taking, knowledge management and wiki system.
Stars: ✭ 241 (+40.94%)
Mutual labels:  note-taking, notes, wiki
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+2881.29%)
Mutual labels:  notes, self-hosted, note-taking
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+565.5%)
Mutual labels:  note-taking, notes, markdown
Lifelong Learning
βœ… βœ… βœ… A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (+73.68%)
Mutual labels:  note-taking, notes, markdown
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (-90.06%)
Mutual labels:  self-hosted, note-taking, markdown
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+2149.12%)
Mutual labels:  note-taking, notes, markdown
Notes
πŸ“ Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+449.12%)
Mutual labels:  note-taking, notes, markdown
Sublimeless zk
A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy πŸ˜„
Stars: ✭ 153 (-10.53%)
Mutual labels:  note-taking, wiki, markdown
Mikidown
A note taking application, featuring markdown syntax.
Stars: ✭ 105 (-38.6%)
Mutual labels:  notes, markdown
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (-38.01%)
Mutual labels:  notes, markdown
Wiki
Awesome way to learn together! 🀣
Stars: ✭ 119 (-30.41%)
Mutual labels:  wiki, markdown
Tomboy
This is the active development for Tomboy. Tomboy is still merged to git.gnome.org
Stars: ✭ 103 (-39.77%)
Mutual labels:  note-taking, notes
Githubdocs
Easily build a searchable documentation app using markdown files in your Github Repo or local Markdown files.
Stars: ✭ 122 (-28.65%)
Mutual labels:  wiki, markdown
Tiddlyresearch
Local and Anki-compatible note-taking tool based on TiddlyWiki
Stars: ✭ 129 (-24.56%)
Mutual labels:  notes, wiki
Notejot
Stupidly-simple notes app.
Stars: ✭ 138 (-19.3%)
Mutual labels:  note-taking, notes
Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+1360.82%)
Mutual labels:  notes, markdown
Viki
A simple Wiki page in Markdown from notebook of VNote.
Stars: ✭ 103 (-39.77%)
Mutual labels:  wiki, markdown

MiniNote

GitHub package.json version GitHub code size in bytes GitHub last commit Docker Cloud Build Status Say thanks


A simple, self-hosted Markdown note-taking app built with Vue 3, and Express. Check out the hosted demo!

Buy me a coffee

βš™οΈ Requirements

  • NodeJS >= 12.19.0 LTS

⌨️ How to run?

# Clone the repo
$ git clone https://github.com/muety/mininote

# Install backend dependencies
$ yarn

# Install frontend dependencies and build
$ cd webapp && yarn && yarn build && cd ..

# Run
$ yarn start

🐳 How to run with Docker?

# Create a persistent volume
$ docker volume create mininote-data

# Run the container
$ docker run -d -p 3000:3000 -v mininote-data:/app/data --name mininote n1try/mininote

πŸ”’ Use HTTPS for backend

  1. Open config.js
  2. Edit the HTTPS_KEY and HTTPS_CERT field, and insert the file locations at which your private key and site certifications are stored.
  3. Launch the backend server -> To switch back to the HTTP server, nullify either field and relaunch again.

β˜‘οΈ Todo

This project is still under development. The following features are about to be implemented. Feel free to contribute.

  • Tests
  • Improved data validation
  • More REST
  • Ability to rename notebooks and notes

πŸ§‘β€πŸ’» Contributing

Feel free to contribute! All contributions that add value to the project are welcome. However, please be aware that you are not done after having opened a PR. In order to keep quality high, it is expected that you implement change requests and react to comments within an adequate time, until your code is merged. Otherwise your PRs will be closed after a while, sorry!

πŸ““ License

MIT @ Ferdinand MΓΌtsch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].