added list examples to readme

This commit is contained in:
Radar231 2022-02-01 15:38:39 -05:00
parent 2f28c444f5
commit c5b1e4a592
1 changed files with 24 additions and 0 deletions

View File

@ -116,3 +116,27 @@ $ cat 20220125141537.md
Note files are created with a date-time formatted filename, in the format
of 'YYYYMMDDHHMMSS.md'.
## Search List Format
Based on the previous example note file, these are examples of the search list
format for both title search, as well as tag search.
### Title Search
```
(20220125): LXD Documentation Links
1/1
>
```
### Tag Search
```
(20220125): #LXD: LXD Documentation Links
(20220125): #Links: LXD Documentation Links
(20220125): #Docs: LXD Documentation Links
3/3
>
```