Skip to content

Commit 08c6f7b

Browse files
committed
Small corrections from PR
1 parent 2bf690a commit 08c6f7b

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/Examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Check where (Location) and what (Target to Track) is your target and find the se
3535
| content | - [x] Say love<br>- [ ] Say love | searchType:task<br>searchTarget: Say love | O |
3636
| content | - [x] Say love | searchType:task.done<br>searchTarget: Say love | O |
3737
| content | - [ ] Say love | searchType: task.notdone<br>searchTarget: Say love | O |
38-
| frontmatter | habits: spanish, piano, yoga<br>([more examples](https://github.com/curious-archaea/obsidian-tracker/blob/master/docs/TargetEvaluation.md#Formatting-property-values-in-frontmatter))| searchType: frontmatterlist<br>searchTarget: habits[spanish] | O |
38+
| frontmatter | habits: spanish, piano, yoga<br>([more examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/docs/TargetEvaluation.md#Formatting-property-values-in-frontmatter))| searchType: frontmatterlist<br>searchTarget: habits[spanish] | O |
3939

4040
## Full examples
4141

@@ -55,7 +55,7 @@ List of all examples
5555
- [Dataview Inline Field](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestDvField.md)
5656
- [Expression](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestExpression.md)
5757
- [File Meta](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestFileMeta.md)
58-
- [Frontmatter Lists](https://github.com/curious-archaea/obsidian-tracker/blob/master/examples/TestFrontmatterList.md) (New!)
58+
- [Frontmatter Lists](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestFrontmatterList.md) (New!)
5959
- [Legends](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestLegends.md)
6060
- [Multiple Targets / Multiple Values](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestMultipleTargetsMultipleValues.md)
6161
- [Pie Chart](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestPieChart.md)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tracker",
33
"name": "Tracker",
4-
"version": "1.18.0",
4+
"version": "1.17.0",
55
"minAppVersion": "0.9.12",
66
"description": "A plugin tracks occurrences and numbers in your notes",
77
"author": "pyrochlore",

versions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@
3939
"1.15.0": "0.9.12",
4040
"1.15.1": "0.9.12",
4141
"1.16.0": "0.9.12",
42-
"1.17.0": "0.9.12",
43-
"1.18.0": "0.9.12"
42+
"1.17.0": "0.9.12"
4443
}

0 commit comments

Comments
 (0)