You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pick one of the two versions below, copy the code, and paste it in your Obsidian note.
90
+
- View the [Javascript](#javascript) section below, and copy the [Normal](#normal-version) or [Minified](#minified-version) version of the code and paste it into your Obsidian note.
91
+
- View the [CSS](#css) section below, and copy the provided CSS, then create a new `.css` snippet and paste the copied code.
92
+
- Enable the new CSS snippet in your `Obsidian Settings` under `Appearance`.
93
+
94
+
<br />
95
+
96
+
More detailed instructions below.
97
+
98
+
<br />
99
+
100
+
---
101
+
102
+
<br />
103
+
104
+
### Javascript
89
105
90
106
<br />
91
107
@@ -97,7 +113,7 @@ Pick **One**.
97
113
98
114
<br />
99
115
100
-
### Normal Version
116
+
####Normal Version
101
117
This version is much easier to read the code. It includes formatting and comments.
102
118
103
119
<br />
@@ -331,7 +347,7 @@ CreatePageCloud( )
331
347
332
348
<br />
333
349
334
-
### Minified Version
350
+
#### Minified Version
335
351
This version only formats the settings. All other formatting and comments are removed.
0 commit comments