Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Scott committed Feb 10, 2018
1 parent 7649468 commit 3bad758
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.md
Expand Up @@ -26,20 +26,11 @@ As a computer engineer, I've been writing my school notes using just a text edit
- Multiple notebook support
- Easy-to-use markdown editor
- Exporting to PDF
- Built-In markdown cheat-sheet
- Special plugins such as syntax highlight, inserting images, and setting font color!
- Spell check
- And more to come!

## New in 1.3.1!

- A help section has been added to the editing view. Simply click on the question mark on the top-right and you'll see a list with the markdown format! (Try clicking on the code)
- You can now keep your notebook list open while editing. Available right from the settings!
- Plugins! One more plugin has been added to the family!
- **Highlight**: By using it just once in your document, you'll enable syntax highlighting! Just type ` <highlight>` and your code blocks will be given some style! You just need to add the language you're using like ` ```vala `
- Clicking on the image button on the toolbar without anything selected now embeds the image with your document! Now you don't have to worry about moving files! You can still link images by dragging and dropping them into the editor
- Changed: the New Page shortcut has been changed from `Ctrl+N` to `Ctrl+Shift+N` to avoid accidentally creating new pages when you didn't want to
- Preparations for AppCenter!

You can also view the full [changelog here](changelog.md)

## Donations
If you liked _Notes-up_, and would like to support it's development of this app and more, consider [buying me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYD9ZJK6ZFUDQ) :)

Expand All @@ -49,18 +40,19 @@ If you liked _Notes-up_, and would like to support it's development of this app
On elementary OS? Hit the button to get Notes-Up!

#### Not on elementary?
You can install Notes-Up from a PPA. But be aware that your results may vary
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](https://software.opensuse.org/package/notes-up), and [Arch Linux](https://aur.archlinux.org/packages/?O=0&K=notes-up).

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

If you were using the previous version of Notes-up, **you will need to add this new PPA**. This version changes how files are saved on your computer, so it won't be given automatically to the previous users. No worries though, your old files will be imported when you first run the app!

Notes-Up is also available for [openSUSE](https://software.opensuse.org/package/notes-up), and [Arch Linux](https://aur.archlinux.org/packages/?O=0&K=notes-up).

## How To Build
For advanced users!

Expand Down

0 comments on commit 3bad758

Please sign in to comment.