Skip to content

Commit 2fd0df5

Browse files
committed
Update Changelog.md and Readme.md
1 parent cd3b09c commit 2fd0df5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
- Using the **sort by last modified** keyword, as the name implies, allows you to sort results by last modified. But unlike **recent pages** you can now use it in multiple places, i.e. with **title search**, **scoped search** and **notebook explorer**. Note it must be placed after the aforementioned keywords.
77
- Examples:\
88
(`#` = **sort by last modified** keyword, `*` = **title search** keyword, `nb:\` = **notebook explorer** keyword, `>` = **scoped search** keyword)
9-
- ```on: #{your search query}```
10-
- ```on: *#{your search query}```
11-
- ```on: nb:\PathToItem\#{your search query}```
12-
- ```on: nb:\PathToItem\>#{your search query}```
13-
- ```on: nb:\PathToItem\*#{your search query}```
9+
- ```on #{your search query}```
10+
- ```on *#{your search query}```
11+
- ```on nb:\PathToItem\#{your search query}```
12+
- ```on nb:\PathToItem\>#{your search query}```
13+
- ```on nb:\PathToItem\*#{your search query}```
1414
- Added a setting to allow users to always open items in a new OneNote window. ([#40](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/40))
1515

1616
## 3.0.1 - 2026-03-13

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ Can be used with [default search](#default-search), [notebook explorer](#noteboo
151151
<details>
152152
<summary><h4>Examples</h4></summary>
153153

154-
- ```on: #{your search query}```
155-
- ```on: *#{your search query}```
156-
- ```on: nb:\PathToItem\#{your search query}```
157-
- ```on: nb:\PathToItem\>#{your search query}```
158-
- ```on: nb:\PathToItem\*#{your search query}```
154+
- ```on #{your search query}```
155+
- ```on *#{your search query}```
156+
- ```on nb:\PathToItem\#{your search query}```
157+
- ```on nb:\PathToItem\>#{your search query}```
158+
- ```on nb:\PathToItem\*#{your search query}```
159159

160160
</details>
161161

0 commit comments

Comments
 (0)