A Simple opensource note taking app perfect for quick notes or detailed plans, stay on top of your day and never lose track of your ideas again.
This markdown was created using scribe.
Read the installation notes for each Oses.
Press Ctrl+Enter
, Cmd+Enter
on MacOs from anywhere to jot down notes without having to worry about where to save them. The app will automatically save the contents in a quicknotes.md
in the selected directory.
The Quick Note window will not open if the foreground window is on full screen mode on windows.
Note: You must move the files manually to the new save directory.
All your settings are saved in a settings.toml
file.
All notes by default are saved in the installation path under a docs
folder.
You can modify the save path by clicking on File > Settings
.
All notes by default are saved under $HOME_DIR/scribe/docs
. To modify the save path click on the icon in the menu bar > Settings
.
Built for speed with rust.
Close the app and take notes from anywhere.
Markdown shortcuts make it easy to format the text while typing.
To test that, start a new line and type
#
followed by a space to get a heading. Try#
,##
,###
,####
,#####
,######
for different levels.You can also try
>
for blockquotes,*
,-
or+
for bullet lists, or`foobar`
to highlight code,~~tildes~~
to strike text, or==equal signs==
to highlight text,(c)
to see how it’s converted to a proper © character. You can also try->
,>>
,1/2
,!=
, or--
,**
for bold and_Italic_
for italic.An inline toolbar is also available when you select text.
To refresh the app press
F5
.
Integration with notion.