Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
macrojd committed May 28, 2022
1 parent 931cd6a commit d7ee39e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ You can create summaries for the #chapter1 and #crazy tags. For instance, if you

Summaries are added to a note by a code block with the add-summary identifier, and the tags are specified with the tags: label, as shown next.

\```add-summary\n
tags: #chapter1\n
\```
````markdown
```add-summary
tags: #chapter1
```
````

If you need to include blocks of texts with different tags, add the tags separated by a space, as shown next.

\```add-summary\n
tags: #chapter1 #crazy\n
\```
````markdown
```add-summary
tags: #chapter1 #crazy
```
````

(The summary created by this last example would include the three paragraphs listed above)

Expand Down

0 comments on commit d7ee39e

Please sign in to comment.