All Projects → Philip-Scott → Notes Up

Philip-Scott / Notes Up

Licence: gpl-2.0
Markdown notes editor & manager

Programming Languages

vala
323 projects

Projects that are alternatives of or similar to Notes Up

Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (-77.2%)
Mutual labels:  notes, markdown
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 (+401.31%)
Mutual labels:  notes, markdown
Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+366.92%)
Mutual labels:  notes, markdown
Cli
A tiny CLI for HedgeDoc
Stars: ✭ 94 (-82.43%)
Mutual labels:  notes, markdown
Lifelong Learning
✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (-44.49%)
Mutual labels:  notes, markdown
Mikidown
A note taking application, featuring markdown syntax.
Stars: ✭ 105 (-80.37%)
Mutual labels:  notes, markdown
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-68.04%)
Mutual labels:  notes, markdown
Notes Cli
A simple CLI app to take notes daily on markdown file
Stars: ✭ 58 (-89.16%)
Mutual labels:  notes, markdown
Notehub
A pastebin for markdown pages.
Stars: ✭ 262 (-51.03%)
Mutual labels:  notes, markdown
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+472.15%)
Mutual labels:  notes, markdown
Markdownxiaoshujiang
markdownxiaoshujiang
Stars: ✭ 1,188 (+122.06%)
Mutual labels:  notes, markdown
Notes
✎ Distraction-free notes and writing
Stars: ✭ 363 (-32.15%)
Mutual labels:  notes, markdown
Enex Dump
Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
Stars: ✭ 73 (-86.36%)
Mutual labels:  notes, markdown
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (-80.19%)
Mutual labels:  notes, markdown
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+112.71%)
Mutual labels:  notes, markdown
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (-68.04%)
Mutual labels:  notes, elementaryos
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+75.51%)
Mutual labels:  notes, markdown
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-93.83%)
Mutual labels:  notes, markdown
Brainstorm
Project-brainstorm is a multi-purpose note-taking application which excells at free writing, prototyping, task lists and cheat sheets
Stars: ✭ 213 (-60.19%)
Mutual labels:  notes, 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 (+618.88%)
Mutual labels:  notes, markdown

Notes-Up

Write beautiful notes fast and easy using Markdown


Get it on AppCenter


Screenshot

As a Systems Engineer, I was writing my notes using just a text editor, and having to manage all my files and keep everything organized. Well, not anymore! Notes Up is a notes manager written for elementary OS. With it, you'll be able to write beautiful notes fast and easy using the markdown format.

It's Features Include:

  • Multiple notebook support
  • Easy-to-use markdown editor
  • Tags, to quickly find and organize your notes
  • Exporting to PDF and Markdown
  • Built-In markdown cheat-sheet
  • Special plugins such as syntax highlight, links to other pages, inserting images, and setting font color!
  • Spell check
  • Beautiful app themes
  • And more to come!

Installation:

Get it on AppCenter

On elementary OS? Hit the button to get Notes-Up!

Not on elementary?

Notes-Up is made for elementary OS, but has been built and made available elsewhere by community members. These builds may have modifications or changes and are not provided or supported by me.

Notes-Up is available for openSUSE, and Arch Linux.

You can also install Notes-Up from a PPA. But be aware that your results may vary and it may require the elementary OS PPA as it uses a newer version of the granite library.

PPA: ppa:philip.scott/notes-up

sudo add-apt-repository ppa:philip.scott/notes-up
# sudo add-apt-repository ppa:elementary-os/stable
sudo apt-get update
sudo apt-get install com.github.philip-scott.notes-up

How To Build

For advanced users!

git clone https://github.com/Philip-Scott/Notes-up
cd Notes-up
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install

If you are building on a distribution which is not elementary, you need to add -Dnoele=1 when running cmake.

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