Files
notesnook/docs/help/contents/editor/personalizing-editor.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2023-06-06 16:42:30 +05:00
# Personalizing editor
Customize some common editor defaults to get a personalized editing experience.
## Default font size and font family
# [Desktop/Web](#/tab/web)
The default font size and font family for all notes can be configured from `Settings > Editor Settings`.
# [Mobile](#/tab/mobile)
The default font size and font family for all notes can be configured from `Settings > Customization > Editor`.
---
> info
>
> Custom fonts are not supported yet.
## Default note title format
When you create a note, a default title `Note $date$ $time$` is automatically set. You can change the default title format to better fit your needs.
Go to `Settings` > `Editor` > `Title format` to customize the title formatting.
### Supported formatting templates
**$date$**: Today's date
**$time$**: The current time
**$headline$**: Upto first 10 words of of a note headline
**$count$**: Current note count + 1
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
By default when you press enter on a line, 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.