Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.16 KB

Asides.md

File metadata and controls

51 lines (41 loc) · 1.16 KB

Aside

Add comments/asides within text that supports most markdown syntax.

Syntax

Recommend using <s class="aside-">Text</s> to keep markdown formatting (For Reading Mode).

<s class="aside-hide">Text</s>

<s class="aside-show">==**Title**==
Text goes in here
</s>

Class Types

Class Description
aside-show Aside content will be shown in the margin of the page.
aside-hide Aside content will be hidden and only display an icon 🗨.
To see comment, hover over the icon
aside-in Aside content will be embedded inside the page.
aside-clean Aside content that doesn't have the stylized box.

Examples

Aside code is highlighted.

Supported Markdown

Markdown Supported:
Text
**Bolded Text**
~~Strikethrough Text~~
*Italic Text*
==Highlighted Text==
[[Links]]
`Inline code`
[Markdown Links](https://github.com/SlRvb/Obsidian--ITS-Theme#aside)\
<b>Alternate Blockquotes</b>
<i>Personal `<i></i>` adjustments</i>

Images: ![[Where on Sovera.svg|invertb]]
Embeds: ![[In The Shadows|hsmall]]
Unsupported Markdown:
  • Lists
  • Headings
  • Code Blocks
  • Blockquotes