You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+
### Added
11
+
12
+
- Added `:ObsidianTags` command.
13
+
10
14
### Changed
11
15
12
16
- Changed API of client methods `Client:find_tags()` and `Client:find_tags_async()`. The return value (or value passed to the callback) is now a list of objects representing the location of tags found. These objects have the following fields: `tag: string`, `path: string|Path`, `line: integer`.
Copy file name to clipboardexpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ _Keep in mind this plugin is not meant to replace Obsidian, but to complement it
50
50
51
51
-`:ObsidianBacklinks` for getting a location list of references to the current buffer.
52
52
53
+
-`:ObsidianTags [TAG ...]` for getting a location list of all occurrences of the given tags.
54
+
53
55
-`:ObsidianToday [OFFSET]` to open/create a new daily note. This command also takes an optional offset in days, e.g. use `:ObsidianToday -1` to go to yesterday's note. Unlike `:ObsidianYesterday` and `:ObsidianTomorrow` this command does not differentiate between weekdays and weekends.
54
56
55
57
-`:ObsidianYesterday` to open/create the daily note for the previous working day.
@@ -343,7 +345,15 @@ This is a complete list of all of the options that can be passed to `require("ob
343
345
344
346
-- Optional, customize the backlinks interface.
345
347
backlinks= {
346
-
-- The default height of the backlinks pane.
348
+
-- The default height of the backlinks location list.
0 commit comments