
a simple writing tool focus on writing, no fancy viewer, no image-embed, no mind-map, no graph, etc. it's literally what-you-type-is-what-you-get text editor.
inspired by the a simplicity of TextEditor, and an intuitive distractionless of Left. Powered by Tauri, a framework for building tiny, blazingly fast binaries for all major desktop platforms.
features
- lightweight (~3mb)
- writing-focus only
- quick inserts
- quick word referencing
- support extensions
.txt,.md,.doc,.docx,.rft,.rtf
download
download latest installer at release page, support major platforms(Win/OSX/Linux)
usages
marker will be created by #, ## or ###. eg. `# header marker`, or ## sub-header marker or ### marker for quickly navigate between header.

for word referencing(eg. word¹), use ^ follow by any number eg. word^1 and type Cmd+Shift+6 (make sure the cursor is within the target word) will be converted to word¹ and append reference to the end of the file.

shortcuts
Cmd+o: open fileCmd+n: new fileCmd+s: save fileCmd+Shift+s: save as fileCmd+f: find textCmd+': toggle navigatorCmd+b: open urlCmd+[: move to previous markerCmd+]: move to next markerCmd+Shift+6: convert to footnote superscriptCmd+Shift+;: switch between dark/light theme
inserts
Cmd+d: DateCmd+t: TimeCmd+p: PathCmd+h: Header¹Cmd+H: Sub-Header¹Cmd+/: Comment
¹will create marker at navigator
QA
is this WYSIWYG editor?
it intentionally designed to focus on distractionless writing, thustextarea is being used. in this sense, jot is NOT a WYSIWYG editor.