Skip to content

Commit

Permalink
Update documents and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrochlore committed Jun 12, 2021
1 parent 62231d1 commit 71bb64a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following table lists use cases with information of target location (Locatio
| content | myvalues 1/2/3 | searchType: text<br>searchTarget: 'myvalues\\s+(?\<value\>[0-9]+)/([0-9]+)/([0-9]+), myvalues\\s+([0-9]+)/(?\<value\>[0-9]+)/([0-9]+), myvalues\\s+([0-9]+)/([0-9]+)/(?\<value\>[0-9]+)' | V |
| table content | { a table filled with dates and values }<br>[example table](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/data/Tables.md) | searchType: table<br>searchTarget: filePath[0][0], filePath[0][1] | V |
| talbe content | { a table filled with dates and values }<br>[example table](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/data/Tables.md) | searchType: table<br>searchTarget: filePath[1][0], filePath[1][1][0], filePath[1][1][1] | V |
| file meta | meta data from files (size, cDate, mDate) | searchType: fileMeta<br>searchTarget: size | V |
| file meta | meta data from files <br>(size, cDate, mDate, numWords, numChars, numSentences) | searchType: fileMeta<br>searchTarget: size | V |

## Full examples

Expand Down
3 changes: 3 additions & 0 deletions docs/TargetEvaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@ With this search type, you can retrieve infomation of files. Currently, three ki
- cDate: creation date of a file
- mDate: last modification date of a file
- size: file size in bytes
- numWords: number of words in a file
- numChars: number of characters in a file (including spaces)
- numSentences: number of setences in a file

`cData` and `mDate` can be used as X dataset and `size` can be used as Y dataset.
35 changes: 0 additions & 35 deletions examples/Test FileMeta.md

This file was deleted.

0 comments on commit 71bb64a

Please sign in to comment.