Skip to content

Commit

Permalink
docs: minor fixes & improvements to editor help
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jun 22, 2023
1 parent 5663c50 commit 9e2b9fa
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 9 deletions.
6 changes: 6 additions & 0 deletions docs/help/contents/rich-text-editor/markdown-notes-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ Notesnook supports the following (Markdown) shortcuts in the editor:
| Current Date | `/date` |
| Date Time | `/time` |
| Current Date & Time | `/now` |

## FAQs

### Does Notesnook support Markdown editing?

No. The Markdown shortcuts listed above are just that: shortcuts. They'll help you to quickly use the various formats & blocks in the editor but they aren't raw Markdown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ Go to `Settings` > `Editor` > `Title format` to customize the title formatting.

**$count$**: Current note count + 1

**$timestamp$**: Full date & time without any spaces or symbols (e.g. 202305261253)

You can use a combination of these templates in the note title. For example `$headline$ - $date$` will become `Your note headline - 06-22-2023`.

## Line spacing
## Paragraph spacing

By default when you press enter on a line in the text editor, a new paragraph is created and the spacing is double. You can go to `Settings` > `Customization` > `Editor` to turn of `Double spaced lines` so when you press enter, the space between the lines is normal.
By default when you press enter on a line in the text editor, a new paragraph is created with double spacing. You can go to `Settings` > `Customization` > `Editor` to turn off `Double spaced lines`.
12 changes: 6 additions & 6 deletions docs/help/contents/rich-text-editor/rich-text-editor-toolbar.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Editor Toolbar

The notes editor toolbar has all the basic tools for rich formatting of your notes. It also let's you add various blocks to your notes like task lists, images, videos etc.
The notes editor toolbar has all the basic tools for rich formatting of your notes. It also lets you add various blocks to your notes like task lists, images, videos etc.

![Toolbar](/toolbar-editor.png)

## Adding blocks to a note

1. Focus inside the note where you want to insert a block.
2. Click on the ![Toolbar plus](/toolbar-plus.png) button on the toolbar.
3. Select the block you want to insert, for example a task list.
3. Select the block you want to insert; for example a task list.

![Toolbar](/toolbar-blocks.png)

## Customzing editor toolbar

> info
>
> Toolbar configuration is automatically synced across all your devices.
One of the great features of the editor is the ability to customize the editor toolbar to fit your own needs. There's usually many tools in an editor toolbar and being able to hide the tools you never use and just keep what you use more frequently on top helps focus on your note taking.

# [Desktop/Web](#/tab/web)
Expand Down Expand Up @@ -109,7 +113,3 @@ You can remove a group and all it's tools from the toolbar.
A tool can be disabled from the toolbar by clicking on the `-` button on the tool.

---

> info
>
> Toolbar configuration is automatically synced across all your devices.
2 changes: 1 addition & 1 deletion docs/help/contents/rich-text-editor/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Table columns on desktop and web apps are resizable.

> info
>
> Tablec column resizing is not supported on mobile editor yet.
> Table column resizing is not supported on mobile editor yet.
## Insert a row

Expand Down
23 changes: 23 additions & 0 deletions docs/help/contents/rich-text-editor/task-and-todo-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,26 @@ Clear completed task items by clicking on the ![Clear completed task button](/so
You can move task items and change the order by drag and drop using the drag handle at the start of each task item.

![Move todo item with drag and drop](/drag-drop.gif)

## Adding a subtask to a parent task

Notesnook supports unlimited subtasks under a single task item.

# [Desktop/Web](#/tab/web)

1. Move selection to the end of the parent task item
2. Press `Enter` to create a new task item
3. Press `Tab` to indent it into a sub task

# [Mobile](#/tab/mobile)

1. Move selection to the end of the parent task item
2. Press `Enter` to create a new task item
3. Tap on the Indent tool button in the toolbar to indent it into a sub task

---

Subtasks support the following features:

1. Completing a parent task will automatically complete all the sub tasks and vice versa.
2. You can select multiple sub tasks & mark them as completed/uncompleted together

0 comments on commit 9e2b9fa

Please sign in to comment.