Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrochlore committed Apr 19, 2021
1 parent 7ac7cde commit 6b6ea0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is an [Obsidian](https://obsidian.md/) plugin that helps you do tracking in
- the number of occurrences of wiki links (e.g. [[journal]])

### text
- the number of occurrences of texts (e.g. '⭐', 'love', or any text that matches your [regex expression](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TrackWithRegex.md))
- the number of occurrences of texts (e.g. '⭐', 'love', or any text that matches your [regex expression](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TrackUsingRegex.md))
- the values embedded in texts using regular expression (e.g. walk 1000 steps, weightlifting: 50)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/TargetEvaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ mood: 10
This search type helps you count wiki links in articles.

## text
searchType 'text' is the most powerful one among all. If you simply provide text like 'love', the number of occurrences of tags will be counted. You can provide a regular expression to search for a very complicated target by wrapping it in single quotes. If you want to retrieve a value from it, use the group name in the expression. To see more detail, see [this case](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TrackWithRegex.md).
searchType 'text' is the most powerful one among all. If you simply provide text like 'love', the number of occurrences of tags will be counted. You can provide a regular expression to search for a very complicated target by wrapping it in single quotes. If you want to retrieve a value from it, use the group name in the expression. To see more detail, see [this case](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TrackUsingRegex.md).
File renamed without changes.

0 comments on commit 6b6ea0b

Please sign in to comment.