Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoax7/noteapp
https://github.com/hoax7/noteapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoax7/noteapp
- Owner: HoaX7
- Created: 2024-08-25T17:29:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T13:45:51.000Z (4 months ago)
- Last Synced: 2024-09-17T15:14:47.103Z (4 months ago)
- Language: Svelte
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Scribe
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.
Installation
Read the installation notes for each Oses.
Quick notes
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 aquicknotes.md
in the selected directory.The Quick Note window will not open if the foreground window is on full screen mode on windows.
Settings
Note: You must move the files manually to the new save directory.
All your settings are saved in a
settings.toml
file.Windows
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
.Macos
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
.Key features
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
.
Roadmap
Integration with notion.