Nebula is a markdown editor app made using tauri
yarn tauri dev
# or
npm run tauri dev
yarn tauri build
#or
npm run tauri build
- The application will be available in
src-tauri/target/release
- The installer will be in
src-tauri/target/release/build
You can toggle between Edit-Mode
and Preview-Mode
with the help of
Ctrl + /
or Ctrl + e
-> This will toggle b/w those two modes
If you want a live preview use the split-screen mode
Ctrl
+ Shift
+ /
-> This will toggle split screen mode
Nebula provides a bunch of shortcuts to make your life easier
Ctrl
+1 to 6
will allow you to add headers fromh1
toh6
or switch b/w themCtrl
+l
to add a horizontal line below the current lineCtrl
+b
to make a text bold or add a bold syntax if text is not selectedAlt
+i
to make a text italic ...Alt
+k
tostrike-througha textAlt
+backtick
to make acode block
Code blocks can be made with three backticks followed by the supported Language
Here is an example for javascript
const hello = () => {
return 'world'
}
You can add images from any source. Nebula
provides an Asset Browser
to store all the image
assets in a single space so that you can access the assets in any notebook and reuse them without leaving the app.
To open the Asset Browser
use the Box Icon
in the title bar or use the
shortcut Ctrl
+ Shift
+ A