All Projects → pacocoursey → Opus

pacocoursey / Opus

minimal note-taking app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Opus

Butterfly
🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
Stars: ✭ 381 (+91.46%)
Mutual labels:  writing, note-taking
octo
Build your knowledge base
Stars: ✭ 252 (+26.63%)
Mutual labels:  writing, note-taking
pro-writer
Minimal yet Pro Writer 🚀
Stars: ✭ 22 (-88.94%)
Mutual labels:  writing, note-taking
Ff
A distributed note taker and task manager.
Stars: ✭ 149 (-25.13%)
Mutual labels:  note-taking
Ebook Template
Template to create PDF, ePub and Kindle books with Asciidoctor
Stars: ✭ 150 (-24.62%)
Mutual labels:  writing
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-14.07%)
Mutual labels:  note-taking
Omni Notes
Open source note-taking application for Android
Stars: ✭ 2,343 (+1077.39%)
Mutual labels:  note-taking
Idyll
Create explorable explanations and interactive essays.
Stars: ✭ 1,848 (+828.64%)
Mutual labels:  writing
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 (+1247.74%)
Mutual labels:  note-taking
Qownnotes
QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.
Stars: ✭ 2,357 (+1084.42%)
Mutual labels:  note-taking
Hydrogen
A Git Based Task, Note, Todo Management Tool
Stars: ✭ 162 (-18.59%)
Mutual labels:  note-taking
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-24.62%)
Mutual labels:  writing
Writefreely
A clean, Markdown-based publishing platform made for writers. Write together, and build a community.
Stars: ✭ 2,479 (+1145.73%)
Mutual labels:  writing
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (-24.62%)
Mutual labels:  writing
Tagspaces
TagSpaces is an offline, open source, document manager with tagging support
Stars: ✭ 2,451 (+1131.66%)
Mutual labels:  note-taking
Vsnotes
Simple VS Code extension for plain text note taking.
Stars: ✭ 146 (-26.63%)
Mutual labels:  note-taking
Awesome Startup Tools List
List of all tools (apps, services) that startups should use.
Stars: ✭ 188 (-5.53%)
Mutual labels:  note-taking
Readability
visualise readability
Stars: ✭ 160 (-19.6%)
Mutual labels:  writing
My Notes
Simple and fast note-taking in Chrome with Google Drive support.
Stars: ✭ 155 (-22.11%)
Mutual labels:  note-taking
Yarle
Yarle - The ultimate converter of Evernote notes to Markdown
Stars: ✭ 170 (-14.57%)
Mutual labels:  note-taking

Opus

Opus is a minimal note-taking application.

It aims to be a mix between a text-editor and code-editor. It reads and writes .note files from your native file system. This means it works well with tools like Dropbox for syncing files across your devices.

Much like a code-editor, Opus opens folders and allows you to edit the files inside. You can have multiple windows open, each with a different folder.

Features

  • 🖋 Editing: Supports rich text editing with all the features you'd expect.
  • 📄 Uses Files: Uses tangible files in JSON format, not inaccessible databases.
  • 🌙 Dark Mode: Includes a dark mode for late night writing.
  • ⚙️ Customizable: The sidebar and footer can be hidden for a more focused experience.
  • 📂 Multiple Projects: Opus supports opening multiple folders at once.
  • ✨ Simple: Opus has only the features you need.

Installation

You can download the latest macOS binary from releases.

Alternatively, you can run Opus locally from the command line:

$ git clone https://github.com/pacocoursey/Opus.git
$ cd opus
$ npm install
$ npm start

Screenshots

Opus Light Mode Screenshot Opus Dark Mode Screenshot

More Features

  • Find, replace, goto functionalities.
  • Spellchecker, easily replace with suggestions via right-click.
  • Window settings (position, size, dark mode, etc...) are remembered between sessions.
  • Export notes to plain text, html, and markdown files.
  • Automatically ask to update note contents if it is edited elsewhere.
  • Document statistics shown in the footer (line count, word count, cursor position).

Related

  • Left: distractionless plain text writing application.
  • Quill: The rich text editor that runs inside Opus.
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].