File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -50,26 +50,21 @@ The following are preview images of what the snippet will do and appear like:
50
50
## Usage
51
51
52
52
- Install [ Dataview Plugin] ( https://github.com/blacksmithgu/obsidian-dataview )
53
- - Copy the code below and paste it in a note.
53
+ - Pick one of the two versions below, copy the code, and paste it in your Obsidian note.
54
54
55
55
<br />
56
56
57
- Two versions of the script are provided below.
58
- 1 . [ Normal Version] ( #normal-version )
59
- 2 . [ Minified Version] ( #minified-version )
57
+ Pick One:
58
+ 1 . [ Normal Version] ( #normal-version ) < br />Much easier to read the code
59
+ 2 . [ Minified Version] ( #minified-version ) < br />Much easier to paste
60
60
61
61
<br />
62
62
63
- The [ Minified] ( #minified-version ) version is much easier to paste.
64
- <br />
65
- The [ Normal] ( #normal-version ) version can help you read the code.
66
-
67
- Pick one or the other to paste in your Obsidian note.
63
+ ### Normal Version
64
+ This version is much easier to read the code. It includes formatting and comments.
68
65
69
66
<br />
70
67
71
- ### Normal Version
72
-
73
68
```` shell
74
69
` ` ` dataviewjs
75
70
/*
@@ -300,6 +295,9 @@ CreatePageCloud( )
300
295
< br />
301
296
302
297
# ## Minified Version
298
+ This version only formats the settings. All comments and formatting are removed.
299
+
300
+ < br />
303
301
304
302
` ` ` ` shell
305
303
` ` ` dataviewjs
You can’t perform that action at this time.
0 commit comments