Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamiemcg/remarkable
Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
https://github.com/jamiemcg/remarkable
linux live-preview markdown markdown-editor syntax-highlighting ubuntu
Last synced: 26 days ago
JSON representation
Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
- Host: GitHub
- URL: https://github.com/jamiemcg/remarkable
- Owner: jamiemcg
- License: mit
- Created: 2016-06-11T20:27:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T11:59:10.000Z (about 2 months ago)
- Last Synced: 2024-10-01T20:40:21.288Z (about 1 month ago)
- Topics: linux, live-preview, markdown, markdown-editor, syntax-highlighting, ubuntu
- Language: Python
- Size: 266 KB
- Stars: 1,960
- Watchers: 56
- Forks: 227
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - A capable markdown editor that uses a variant of GitHub Flavored Markdown (GFM). (Applications / Office)
- Awesome-Linux-Software - ![Open-Source Software - A capable markdown editor that uses a variant of GitHub Flavored Markdown (GFM). (Applications / Office)
README
# Remarkable
### A Fully Featured Markdown Editor for Linux
Remarkable is an open source Markdown Editor for Linux.
You can download the latest version from the [project site](https://remarkableapp.github.io/linux.html).
It is also available on the [AUR](https://aur.archlinux.org/packages/remarkable/).![Remarkable](http://remarkableapp.github.io/images/main_screenshot.png)
![Remarkable Syntax Highlighting](http://remarkableapp.github.io/images/syntax_highlighting.png)### Features
Remarkable has many features including:
- Live Preview with Synchronized Scrolling
- Syntax Highlighting
- GitHub Flavored Markdown Support
- HTML and PDF Export
- MathJax Support
- Dialogs for adding images, links and tables
- Styles
- Custom CSS Support
- Keyboard ShortcutsCheck out the [homepage](https://remarkableapp.github.io/linux.html) for more details and [screenshots](https://remarkableapp.github.io/linux/screenshots.html).
### Dependencies
**!!!TODO!!!**
### Keyboard Shortcuts
|Action|Key|
|--|--|
|Bold|Ctrl+B|
|Copy|Ctrl+C|
|Cut|Ctrl+X|
|Export HTML|Ctrl+Shift+E|
|Export PDF|Ctrl+E|
|Find|Ctrl+F|
|Fullscreen|F11|
|Heading 1|Ctrl+1|
|Heading 2|Ctrl+2|
|Heading 3|Ctrl+3|
|Heading 4|Ctrl+4|
|Highlight|Ctrl+Shift+H|
|Insert Horizontal Rule|Ctrl+H|
|Insert Image|Ctrl+Shift+I|
|Insert Link|Ctrl+L|
|Insert Table|Ctrl+Shift+T|
|Insert Timestamp|Ctrl+T|
|Italic|Ctrl+I|
|New File|Ctrl+N|
|Open File|Ctrl+O|
|Paste|Ctrl+V|
|Quit|Ctrl+Q|
|Redo|Ctrl+Shift+Z|
|Save File|Ctrl+S|
|Save File As|Ctrl+Shift+S|
|Strikethrough|Ctrl+D|
|Undo|Ctrl+Z|
|Zoom In|Ctrl+Plus|
|Zoom Out|Ctrl+Minus|