원문 보기: https://dawoum.duckdns.org/wiki/Gnome_iotas
Gnome Iotas은 모바일 우선 디자인과 Nextcloud 노트와 동기화하는 데 중점을 둔 간단한 메모-작성 응용 프로그램입니다.
그것은 오프라인으로 사용될 수 있고, 연결을 사용할 수 있을 때 선택적으로 Nextcloud와 동기화할 수 있습니다. Iotas는 역시 기본 검색, 메모 분류, 맞춤법 검사, 마크-다운 편집, 등과 같은 고급 기능을 제공합니다.
Introduction
컴퓨터 작업을 하면서, 중요한 내용은 자신과 다른 사람의 중복된 작업이나 줄이기 위해 문서로 남겨두는 것이 필요합니다.
이를 위해, 많은 대안이 있지만, MediaWiki와 같은 위키 소프트웨어를 이용할 수 있습니다.
반면에, 작업 중에 문서를 함께 만드는 것은 작업 효율을 떨어뜨릴 가능성이 있기 때문에, 나중에 문서 작업을 위해 간단한 메모가 필요할 수 있습니다.
메모 작성 프로그램 중에서 Joplin (software)와 같은 많은 기능을 보유한 것도 있지만, 이용 목적에 따라 보다 단순한 프로그램이 필요할 수 있고, 그 중 하나가 iotas입니다.
Installation
데비안 저장소에서 설치할 수 있습니다:
- sudo nala install iotas
보다 최신 버전은 Flatpak으로 설치할 수 있습니다:
Configurations
Dictionary
편집 모드에서 마우스 오른쪽 버튼을 눌러서 Language에서 언어를 바꿀 수 있습니다.
Featuring
- Optional speedy sync with Nextcloud Notes
- Offline note editing, syncing when back online
- Category editing and filtering
- Favourites
- Spell checking
- Search within the collection or individual notes
- Focus mode and optional hiding of the editor header and formatting bars
- In preview: export to PDF, ODT and HTML
- A convergent design, seeing Iotas as at home on desktop as mobile
- Search from GNOME Shell
- 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, providing
- Formatting via toolbar and shortcuts
- Syntax highlighting with themes
- Formatted render view
- The ability to check off task lists from the rendered markdown
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
- Notes are stored in SQLite, providing for fast search (FTS) without reinventing the wheel. Plain files can be retrieved by making a backup (CLI).
Screenshots