jot
(จด), a simple writing tool focus on writing, no fancy viewer, no image-embed, no mind-map, no graph, etc. 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.
- lightweight (~3mb)
- writing-focus only
- quick inserts
- quick word referencing
- support extensions
.txt
,.md
,.doc
,.docx
,.rft
,.rtf
download lastest installer at release page, support major platforms(Win/OSX/Linux)
pnpm i
, install deps firstpnpm run build
, built file will be located atsrc-tauri/target/release/bundle/<depends-on-your-os>
pnpm run dev
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
Cmd+d
: DateCmd+t
: TimeCmd+p
: PathCmd+h
: Header¹Cmd+H
: Sub-Header¹Cmd+/
: Comment
¹will create marker at navigator
-
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.