Skip to content

Commit d0b717d

Browse files
committed
Update documentation to include frontmatter example
1 parent cda3b1e commit d0b717d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ Example:
112112

113113
![Notes Column](./doc/notesColumn.png)
114114

115+
You can also access the frontmatter section of the note using the jsonpath syntax after the column `NOTES`. Example:
116+
117+
```jira-search
118+
query: key = OPEN-357
119+
columns: key, notes, notes.title, notes.status, notes.tags, notes.tags[0]
120+
```
121+
122+
115123
## Inline issues
116124
This plugin allows you to detect inline issue and render them inside your text without creating a dedicated fence block. In the settings it is possible to configure the prefix used to identify inline issues and if you want to render url to issues.
117125

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-jira-issue",
33
"name": "JiraIssue",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"minAppVersion": "0.12.0",
66
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
77
"author": "marc0l92",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-jira-issue",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.",
55
"main": "src/main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"1.9.0": "0.12.0",
1111
"1.10.0": "0.12.0",
1212
"1.11.0": "0.12.0",
13-
"1.12.0": "0.12.0"
13+
"1.12.0": "0.12.0",
14+
"1.13.0": "0.12.0"
1415
}

0 commit comments

Comments
 (0)