Skip to content

fs3o5/Notes-up

 
 

Repository files navigation

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.

About

Markdown notes editor & manager

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vala 88.9%
  • CMake 6.4%
  • CSS 2.1%
  • Makefile 1.8%
  • C 0.8%