All Projects → nextcloud → Notes

nextcloud / Notes

Licence: agpl-3.0
✎ Distraction-free notes and writing

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Notes

Marcdown
👻 Lightweight realtime markdown viewer and editor - Simple, clean and beautiful https://liyasthomas.github.io/marcdown
Stars: ✭ 345 (-4.96%)
Mutual labels:  markdown, markdown-editor
Marky
A markdown editor built with Electron and React
Stars: ✭ 355 (-2.2%)
Mutual labels:  markdown, markdown-editor
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (-22.31%)
Mutual labels:  markdown, nextcloud
Notehub
A pastebin for markdown pages.
Stars: ✭ 262 (-27.82%)
Mutual labels:  notes, markdown
Githuber Md
Markdown editor plugin for WordPress.
Stars: ✭ 353 (-2.75%)
Mutual labels:  markdown, markdown-editor
Markdownediting
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
Stars: ✭ 2,976 (+719.83%)
Mutual labels:  markdown, markdown-editor
Lifelong Learning
✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (-18.18%)
Mutual labels:  notes, markdown
rino
A better way to write Markdown
Stars: ✭ 28 (-92.29%)
Mutual labels:  markdown-editor, notes
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 (+959.5%)
Mutual labels:  notes, markdown
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+858.13%)
Mutual labels:  markdown, markdown-editor
quillnote
Take beautiful markdown notes and stay organized with task lists.
Stars: ✭ 276 (-23.97%)
Mutual labels:  notes, nextcloud
Issues
Caret issues
Stars: ✭ 326 (-10.19%)
Mutual labels:  markdown, markdown-editor
octo
Build your knowledge base
Stars: ✭ 252 (-30.58%)
Mutual labels:  markdown-editor, notes
Apostrophe
Mirror of
Stars: ✭ 272 (-25.07%)
Mutual labels:  markdown, markdown-editor
quicknotes
Quick notes (Some rich text, colorful notes, attachments, and organized by tags.) app to Nextcloud
Stars: ✭ 64 (-82.37%)
Mutual labels:  notes, nextcloud
Codeexpander
A cross-platform cloud synchronization development tool for developers that includes input enhancement, code snippet management, and Markdown. (专为开发者开发的一个集输入增强、代码片段管理(支持 Markdown)为一体跨平台云同步的开发工具。)
Stars: ✭ 285 (-21.49%)
Mutual labels:  markdown, markdown-editor
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+743.25%)
Mutual labels:  notes, markdown
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (-93.39%)
Mutual labels:  markdown-editor, notes
Phodit
Phodal's markdown/ebook editor with MicroFrontend & Web Components
Stars: ✭ 301 (-17.08%)
Mutual labels:  markdown, markdown-editor
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-12.95%)
Mutual labels:  markdown, markdown-editor

Notes

The Notes app is a distraction free notes taking app for Nextcloud. It provides categories for better organization and supports formatting using Markdown syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate REST API allows for an easy integration into third-party apps (currently, there are notes apps for Android, iOS and the console which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.

Screenshot of Nextcloud Notes

🚀 Installation

In your Nextcloud, simply navigate to »Apps«, choose the category »Office«, find the Notes app and enable it. Then open the Notes app from the app menu.

Nextcloud will notify you about possible updates. Please have a look at CHANGELOG.md for details about changes.

❗️ Bugs

Before reporting bugs:

👥 Maintainers

⚠️ Developer Info

Lint Test

Building the app

  1. Clone this into your apps folder of your Nextcloud
  2. In a terminal, run the command make dev-setup to install the dependencies
  3. Then to build the Javascript run make build-js or make watch-js to rebuild it when you make changes
  4. Enable the app through the app management of your Nextcloud

REST API for third-party apps

The notes app provides a JSON-API for third-party apps. Please have a look at our API documentation.

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].