jottr-overview.mp4
Jottr is a free, cross-platform, small and fast text editor released under GPL v3 license.
It has cool features including:
- An integrated web browser for quickly looking up selected text in various sources, including user-defined websites
- A "Focus Mode", for distraction-free writing
- Two methods to quickly inserting frequently used text blocks: add words to your dictionary or create text snippets and insert with custom keywords
- Smart, intuitive autocompletion with tab key
- Themes: choose between, light, dark and Sepia (paper-like) themes for the editor
- Familiar, intuitive keyboard shortcuts (ctrl+= to make text bigger, for example)
Downloads for Linux, Mac and Windows are available from the Releases section.
If you use linux, you gan get jottr from Flathub using the button below, or install the DEB or RPM packages.
Note for macOS users: To run Jottr on Mac you need to install echant through homebrew.
brew install enchant
git clone https://github.com/mfat/jottr
cd jottr
pip3 install -r requirements.txt
cd src/jottr
python3 main.py