Skip to content

Commit a696555

Browse files
committed
edit readme
1 parent 5b391ec commit a696555

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Snippets/Page Cloud 1/README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,21 @@ The following are preview images of what the snippet will do and appear like:
5050
## Usage
5151

5252
- 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.
5454

5555
<br />
5656

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
6060

6161
<br />
6262

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.
6865

6966
<br />
7067

71-
### Normal Version
72-
7368
````shell
7469
```dataviewjs
7570
/*
@@ -300,6 +295,9 @@ CreatePageCloud( )
300295
<br />
301296
302297
### Minified Version
298+
This version only formats the settings. All comments and formatting are removed.
299+
300+
<br />
303301
304302
````shell
305303
```dataviewjs

0 commit comments

Comments
 (0)