-
-
Notifications
You must be signed in to change notification settings - Fork 23
Features
jdanielmourao edited this page Nov 7, 2021
·
3 revisions
- Variable Headings: Heading sizes will depend on screen size, meaning they adapt to mobile phones, tablets, as well as different computer screen sizes! You can change the sizing in the Style Settings Options!
-
Custom Icons: Sanctum uses icons from IBM's Design Language icon library
-
Multi-Color Highlights: for when you need more than a single highlight color! These colors are all customizable through the Style Settings plugin, as well as the highlighted text color, in order to make sure contrast is mantained (or for more funky combinations, it's up to you). To use them, simply use the following syntax:
==highlight== - for a yellow highlight
*==highlight==* - for a blue highlight
**==highlight==** - for a pink highlight
-
Custom Checkboxes: Besides the regular checkbox, there are 7 custom checkboxes you may use on your tasks/lists. Do note that these do not work on tables, since tables only accept the default html checkboxes (which you can input via markdown syntax, or even html syntax). These default html checkboxes are also styled to match the theme. Eg:
<input type="checkbox">
- [i] Information
- [-] Cancelled
- [<] Scheduled
- [>] Rescheduled/Forwarded
- [?] Question
- [!] Important
- [l] Location
- [x] Task
- [ ] Task
-
Custom Codeblock Language -
pure-text
: for when you have a passage you'd like to constantly copy, for some reason. This makes the codeblock appear like normal text, except it has a copy button to the right.
```pure-text
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id dignissim massa, at tempor lacus. Maecenas vel hendrerit orci, sit amet sagittis purus.```
- Custom Link Icons: In Preview Mode after writing a link, there’s a change an icon will show on the left of it. If you’d like to add links to the theme, make sure to submit a Request on the Issue section.
- Image Desaturation: Images are a bit desaturated to go better with the theme and create a sense of cohesion, even if they have massive differences with other images. They will show its full colors once hovered.
-
WYSIWYG
<hr>
element : when writing "---" in Edit Mode (or "----" if you have Smart Typography), an hr element will appear. There is a Style Settings option to disable it, as well as center the default "---" dashes. When following headings, hr element will have smaller top margins, making them closer to the headings, and not creating massive blank spaces in the note.
-
Active Line Highlight: to always know in which line you're writing (as seen above).
-
Folded Heading/List Indicator: works as a reminder for when headings and/or lists are collapsed. Adding or subtracting
left-margin
from this snippet will help you adjust this feature to your font choice.
- Clean Embeds: by Moonbase, makes embeds looks seemless in Preview Mode.