Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module 'vue' {
EditorOptions: typeof import('./src/components/editor/EditorOptions.vue')['default']
EditorView: typeof import('./src/components/editor/EditorView.vue')['default']
ElementDropdown: typeof import('./src/components/editor/bubble-menu/ElementDropdown.vue')['default']
FloatingMenu: typeof import('./src/components/editor/floating-menu/FloatingMenu.vue')['default']
GenericButton: typeof import('./src/components/generic/GenericButton.vue')['default']
GenericDialog: typeof import('./src/components/generic/GenericDialog.vue')['default']
GenericErrorMessage: typeof import('./src/components/generic/GenericErrorMessage.vue')['default']
Expand Down
7 changes: 4 additions & 3 deletions docs/USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ There are several ways to create a new note in Slate:
- Click any note name in the breadcrumb to navigate to that note

<p align="center">
<img src="resources/images/breadcrumb-navigation.png" alt="Breadcrumb Navigation">
<img src="resources/images/breadcrumb-navigation.gif" alt="Breadcrumb Navigation">
</p>

### 3.3 Hierarchical Organization
Expand Down Expand Up @@ -200,6 +200,7 @@ The Slate editor uses a WYSIWYG (What You See Is What You Get) approach, meaning
**Editor Layout:**
- **Breadcrumb Bar**: Shows the note's position in the hierarchy
- **Bubble menu**: Access formatting options and editor actions
- **Floating menu**: A compact menu that appears on empty lines near the cursor to quickly insert lists, headings, or multimedia
- **Content Area**: Where you write and edit your notes
- **Focus Mode Toggle**: Switch to distraction-free writing

Expand Down Expand Up @@ -393,7 +394,7 @@ Slate supports exporting your notes to multiple formats:
**To export the current note:**

1. Make sure the note you want to export is open in the editor
2. Click the **More options** button (⋯) in the editor toolbar
2. Click the **Export** button in the editor toolbar
3. Choose the export format:
- Plain Text
- Markdown
Expand Down Expand Up @@ -489,7 +490,7 @@ If you want to reset all settings to their original values:

## 10. Keyboard Shortcuts

Most of the editing actions in Slate can be performed using keyboard shortcuts. Below is a comprehensive list of available shortcuts:
Most of the editing actions in Slate can be performed using keyboard shortcuts. Below is a comprehensive list of all available shortcuts:

### Text Formatting

Expand Down
Binary file modified docs/resources/images/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/images/breadcrumb-navigation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/resources/images/breadcrumb-navigation.png
Binary file not shown.
Binary file modified docs/resources/images/code-blocks.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/focus-mode.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/insert-image.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/insert-pdf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/move-note.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/note-links.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/settings.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/resources/images/text-formatting.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 27 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading