Iotas
Simple mobile-friendly note-taking application
Iotas is a simple note taking app with mobile-first design and a focus on sync with Nextcloud Notes.
Although simple by design there are a few features
- Sync. with Nextcloud Notes
- Offline note editing, syncing when back online
- Basic search
- Favorites
- Spell checking
- Category editing and filtering
- Note backup and restoration from CLI for using without sync.
- The ability to change font size and toggle monospace style
Writing in markdown is supported but optional, featuring
- Syntax highlighting with themes
- A formatted view
- The ability to check off task lists from the formatted view
Slightly more technical details, for those into that type of thing
- Nextcloud Notes sync. is via the REST API, not WebDAV, which makes it snappy
- There's basic sync. conflict detection
- Notes are constantly saved
- Large note collections are partially loaded to quicken startup
Why "Iotas"? An iota is a little bit and this app is designed for jotting down little things on little devices. Iota stems from the same Greek word as jot and is commonly used in negative statements eg. "not one iota of …", but we think the word has more to give. Maybe somebody will take note?
Iotas is a simple note-taking app with mobile-first design and a focus on sync with a Nextcloud Notes. . It can be used offline, and optionally sync with Nextcloud when a connection is available. Iotas also provides advanced features such as basic search, categorization of notes, spell checking, Markdown editing and much more.
How to install Iotas in Ubuntu
If you are on a supported distro, you can install the application through software center by clicking the below link.
If the above link not working, run the below command in terminal to install iotas in Ubuntu
sudo apt install iotas
Iotas Screenshots