Skip to content

Commit 8dd51ce

Browse files
committed
Merge branch 'master' of github.com:Philip-Scott/Notes-up
2 parents 000b358 + 05a92c7 commit 8dd51ce

File tree

4 files changed

+36
-11
lines changed

4 files changed

+36
-11
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,8 @@ file(GLOB assets "${CMAKE_CURRENT_SOURCE_DIR}/data/assets/**")
192192
install (FILES ${assets}
193193
DESTINATION ${DATADIR}/notes-up/)
194194
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip-scott.notes-up.svg"
195-
DESTINATION ${DATADIR}/pixmaps/)
195+
DESTINATION share/icons/hicolor/scalable/apps)
196196

197197
# App DATA
198198
#configure_file_translation (io.github.notes-up.xml.in ${CMAKE_CURRENT_BINARY_DIR}/io.github.notes-up.xml ${CMAKE_SOURCE_DIR}/po/)
199-
#install (FILES ${CMAKE_CURRENT_BINARY_DIR}/io.github.notes-up.xml DESTINATION ${DATADIR}/appdata/)
200-
201-
199+
#install (FILES ${CMAKE_CURRENT_BINARY_DIR}/io.github.notes-up.xml DESTINATION ${DATADIR}/appdata/)

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1+
<div>
2+
<h1 align="center">Notes-Up</h1>
3+
<h3 align="center">Write beautiful notes fast and easy using Markdown</h3>
4+
</div>
15

2-
# Notes Up
3-
## Your New Notebook
6+
<br/>
7+
8+
<p align="center">
9+
<a href="https://appcenter.elementary.io/com.github.philip-scott.notes-up">
10+
<img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter">
11+
</a>
12+
</p>
13+
14+
<br/>
15+
16+
<p align="center">
17+
<img src="Screenshot.png" alt="Screenshot">
18+
</p>
19+
20+
<h2> </h2>
421

522
As a computer engineer, I've been writing my school 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.
623

@@ -11,8 +28,6 @@ As a computer engineer, I've been writing my school notes using just a text edit
1128
- Exporting to PDF
1229
- And more to come!
1330

14-
![screenshot](https://github.com/Philip-Scott/Notes-up/blob/master/Screenshot.png?raw=true)
15-
1631
## New in 1.3.1!
1732

1833
- 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)
@@ -29,9 +44,12 @@ You can also view the full [changelog here](changelog.md)
2944
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) :)
3045

3146
## Installation:
32-
If you are using elementary OS **Loki**, in order to add a PPA you might need to first run
47+
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.philip-scott.notes-up)
48+
49+
On elementary OS? Hit the button to get Notes-Up!
3350

34-
sudo apt-get install software-properties-common
51+
#### Not on elementary?
52+
You can install Notes-Up from a PPA. But be aware that your results may vary
3553

3654
PPA: _ppa:philip.scott/notes-up_
3755

data/com.github.philip-scott.notes-up.appdata.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<binary>notes-up</binary>
2222
</provides>
2323
<releases>
24+
<release version="1.4.3" date="2017-06-06">
25+
<description>
26+
<p>Quick fix</p>
27+
<ul>
28+
<li>Prevent crash when closing the preferences dialog</li>
29+
<li>Make sure to load all plugins</li>
30+
</ul>
31+
</description>
32+
</release>
2433
</releases>
2534
<screenshots>
2635
<screenshot type="default">

data/com.github.philip-scott.notes-up.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=Notes-Up
33
Comment=Your markdown notebook
4-
Exec=/usr/bin/notes-up
4+
Exec=notes-up
55
Icon=com.github.philip-scott.notes-up
66
Terminal=false
77
Type=Application

0 commit comments

Comments
 (0)