docs: reposition certain texts

This commit is contained in:
Kotaindah55 (Sheva Ihza) 2025-04-18 16:11:50 +02:00 committed by GitHub
parent c6802ebbff
commit 0a5d7a50b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,10 +97,6 @@ With "Tidier formatting" enabled in the settings, you can format a single word s
<img src="docs/assets/tidier-formatting.gif" alt="tidier-formatting.gif"/> <img src="docs/assets/tidier-formatting.gif" alt="tidier-formatting.gif"/>
</details> </details>
> [!Note]
>
> You don't need to reload the app after changing the settings.
### 7. Other Tweaks ### 7. Other Tweaks
- Enable/disable each formatting type individually under "Syntax switch" section. - Enable/disable each formatting type individually under "Syntax switch" section.
@ -108,6 +104,10 @@ With "Tidier formatting" enabled in the settings, you can format a single word s
- Specifies when tags should be displayed under "Tag display behavior" section. - Specifies when tags should be displayed under "Tag display behavior" section.
- etc... - etc...
> [!Note]
>
> You don't need to reload the app after changing the settings.
## 🎨 Styling Custom Spans and Fenced Divs ## 🎨 Styling Custom Spans and Fenced Divs
With tag attached to them, you can insert your own CSS style rules based on their tag. For instance, you can apply this CSS rules to the markdown below: With tag attached to them, you can insert your own CSS style rules based on their tag. For instance, you can apply this CSS rules to the markdown below:
@ -181,7 +181,7 @@ It depends on what character the others use in their syntax.
- [ ] Customize formatting styles - [ ] Customize formatting styles
- [x] Applying syntax quickly using shortcuts and context menu - [x] Applying syntax quickly using shortcuts and context menu
- [x] ~~Class suggester~~ Predefined tags for custom span and fenced div - [x] ~~Class suggester~~ Predefined tags for custom span and fenced div
- [ ] ~~More syntax, if necessary~~ *I'll be over here for a while* - [x] ~~More syntax, if necessary~~ *I'll be over here for a while*
## ⚙️ Compatibility Note ## ⚙️ Compatibility Note
@ -204,4 +204,4 @@ Thanks to:
- [Exaroth](https://github.com/exaroth/mdx_custom_span_class) for custom span idea. - [Exaroth](https://github.com/exaroth/mdx_custom_span_class) for custom span idea.
- [Mara-Li](https://github.com/Mara-Li/obsidian-regex-mark) for some code snippets, - [Mara-Li](https://github.com/Mara-Li/obsidian-regex-mark) for some code snippets,
- [marcel-goldammer](https://github.com/marcel-goldammer/obsidian-keyword-highlighter), - [marcel-goldammer](https://github.com/marcel-goldammer/obsidian-keyword-highlighter),
- [attcoleanderson](https://github.com/mattcoleanderson/obsidian-dynamic-text-concealer) - [attcoleanderson](https://github.com/mattcoleanderson/obsidian-dynamic-text-concealer)