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
The `Page Cloud` snippet will fetch a list of all the pages that exist within your vault and list them in a cloud format. Certain pages will display different font sizes and colors depending on how populated the page is with contents.
35
+
The `Page Cloud - Version 1` snippet will fetch a list of all the pages that exist within your vault and list them in a cloud format. Certain pages will display different font sizes and colors depending on how populated the page is with contents.
10
36
11
37
<br />
12
38
@@ -47,7 +73,7 @@ The following are preview images of what the snippet will do and appear like:
- Pick one of the two versions below, copy the code, and paste it in your Obsidian note.
@@ -717,7 +743,7 @@ The section below explains how to customize this snippet.
717
743
<br />
718
744
<br />
719
745
720
-
### Page Titles
746
+
### Page Titles / Frontmatter Support
721
747
Each page within your vault will be displayed in a cloud structure. The name of each page displayed has several ways of being defined, and supports **frontmatter**.
This snippet allows for two ways of sorting pages:
816
842
1. Alphabetically (Descending A-Z)
817
843
2. Alphabetically (Ascending Z-A)
@@ -862,7 +888,7 @@ const weightWordCount = 0.3;
862
888
<br />
863
889
<br />
864
890
865
-
### Cloud Colors
891
+
### Cloud Color Generation
866
892
As of `v1.3.0`, this snippet auto generates the colors that will be used for each page listed in the cloud. The color generation code will keep the color tones in the **pastel** range, and will exclude darker colors since the background box color is dark.
867
893
868
894
<br />
@@ -879,4 +905,19 @@ let B = Math.floor( ( Math.random( ) * 100 ) + 100 );
879
905
880
906
For brighter colors, increase `100`. Don't exceed `255`.
881
907
882
-
For darker colors, decrease `100`. Don't go below `0`.
908
+
For darker colors, decrease `100`. Don't go below `0`.
909
+
910
+
<br />
911
+
<br />
912
+
913
+
### Change Appearance / CSS
914
+
This snippet supports tweaking the look and feel of the cloud & tags using the **[Style Settings](https://github.com/mgmeyers/obsidian-style-settings)** plugin. If you want to change how the tags in this snippet look:
915
+
- Open `Obsidian Settings`
916
+
- Install the `Style Settings` plugin
917
+
- Select `Style Settings` config panel under `Community Plugins`.
0 commit comments