Add Remarkable app

pull/311/head
Botspot 3 years ago
parent 589968ee30
commit c299f9dbad

@ -0,0 +1 @@
Added to Pi-Apps by Itai-Nelken.

@ -0,0 +1,10 @@
A fully featured Markdown editor for Linux.
Remarkable has many features including:
- Live Preview with Synchronized Scrolling
- Syntax Highlighting
- GitHub Flavored Markdown Support
- HTML and PDF Export
- Dialogs for adding images, links and tables
- Styles
- Custom CSS Support
- Keyboard Shortcuts

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@ -0,0 +1,13 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
wget https://remarkableapp.github.io/files/remarkable_1.87_all.deb || error 'Failed to Download!'
sudo apt --fix-broken -y install ./remarkable_1.87_all.deb || error 'Failed to install!'
rm remarkable_1.87_all.deb

@ -0,0 +1,11 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
sudo apt purge remarkable -y || error "Failed to purge remarkable package!"
sudo apt autoremove -y

@ -0,0 +1 @@
https://remarkableapp.github.io/index.html
Loading…
Cancel
Save