feat(docs): document formatting keyboard shortcuts + fix broken image
@@ -49,18 +49,17 @@ Right click either the _Available launchers_ or _Visible launchers_ sections and
|
||||
1. Set the `target` promoted attribute to the note to navigate to.
|
||||
2. Optionally, set `hoistedNote` to hoist a particular note. See [Note Hoisting](../Navigation/Note%20Hoisting.md) for more information.
|
||||
3. Optionally, set a `keyboardShortcut` to trigger the launcher.
|
||||
|
||||
2. **Script Launcher**
|
||||
An advanced launcher which will run a script upon pressing. See [Scripts](../../Note%20Types/Code/Scripts.md) for more information.
|
||||
|
||||
1. Set `script` to point to the desired script to run.
|
||||
2. Optionally, set a `keyboardShortcut` to trigger the launcher.
|
||||
|
||||
3. **Custom Widget**
|
||||
|
||||
Allows defining a custom widget to be rendered inside the launcher. See [Widget Basics](../../Developer%20Guides/Widget%20Basics.md) for more information.
|
||||
|
||||
4. **Spacers**
|
||||
Launchers that create some distance between other launchers for better visual distinction.
|
||||
|
||||
|
||||
Launchers are configured via predefined [Promoted Attributes](../../Advanced%20Usage/Attributes/Promoted%20Attributes.md).
|
||||
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 352 B |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 90 KiB |
@@ -1,5 +1,5 @@
|
||||
# Content language & Right-to-left support
|
||||

|
||||

|
||||
|
||||
A language hint can be provided for text notes. This option informs the browser or the desktop application about the language the note is written in (for example this might help with spellchecking), and it also determines whether the text is displayed from right-to-left for languages such as Arabic, Hebrew, etc.
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# Formatting
|
||||
## Developer-specific formatting
|
||||
|
||||
### Keyboard shortcuts
|
||||
|
||||
This allows marking a portion of text as a shortcut key.
|
||||
|
||||

|
||||
|
||||
To apply this style, press the  button in  group from the [Formatting toolbar](Formatting%20toolbar.md). On the floating toolbar, the buttons appear when selecting a text.
|
||||
|
After Width: | Height: | Size: 3.7 KiB |