The latest version available is RedNotebook 1.15, which has been released recently, coming with changes.
- Bundle pygtkspellcheck 4.0.5 since earlier versions contain a bug (lp:1615629).
- Fix toggling autostart (lp:1628497).
- Set system tray icon name (lp:1660129).
- #Hashtags
- Format your text bold, italic or underlined
- Insert Images, files and links to websites
- Links and mail addresses are recognized automatically
- Spell Check
- Live-Search
- Automatic saving
- Backup to zip archive
- Word Clouds with most often used words and tags
- Templates
- Export the journal to plain text, HTML, Latex or PDF
- The data is stored in plain text files, no database is needed
- Translated into more than 30 languages
The GetDeb repository contains the latest packages of Rednotebook, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.
Opening terminal (Ctrl+Alt+T) and running the command:
Ubuntu 16.04 xenial
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list' $ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install rednotebook |
Ubuntu 16.10 yakkety
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list' $ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install rednotebook |
Uninstall:
To remove Rednotebook, simply run apt remove command with sudo:
$ sudo apt-get remove rednotebook $ sudo apt-get autoremove |
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.