Skip to content

Commit

Permalink
Add exmaple for limit
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Dec 24, 2023
1 parent 776da96 commit 5e64927
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ A note overview is created based on the defined search and the specified fields.
- [Combine notes dynamically](#combine-notes-dynamically)
- [Show all uncompleted checkboxes ToDos](#show-all-uncompleted-checkboxes-todos)
- [Disable automatic note overview update for one note overview](#disable-automatic-note-overview-update-for-one-note-overview)
- [Show the last 5 edited notes](#show-the-last-5-edited-notes)
- [Plugin options](#plugin-options)
- [Keyboard Shortcuts](#keyboard-shortcuts)
- [FAQ](#faq)
Expand Down Expand Up @@ -513,6 +514,17 @@ update: manual
-->
```

### Show the last 5 edited notes

```yml
<!-- note-overview-plugin
search: /*
fields: title, updated_time
sort: updated_time DESC
limit: 5
-->
```

## Plugin options

Settings for the plugin, accessible at `Tools > Options > Note overview`.
Expand Down

0 comments on commit 5e64927

Please sign in to comment.