diff options
| author | HumanEntity <human_entity@icloud.com> | 2023-12-25 14:26:29 +0100 |
|---|---|---|
| committer | HumanEntity <human_entity@icloud.com> | 2023-12-25 14:26:29 +0100 |
| commit | 22818fd95f438f83d32f6e1d482c6c2ef58772a0 (patch) | |
| tree | 6b1882c2719b68a4104673b5f2fe688293a523fc | |
| parent | f85e0ed99bdc22c0050cef9b80844c983588ae62 (diff) | |
| download | simple-denote.nvim-22818fd95f438f83d32f6e1d482c6c2ef58772a0.tar.gz | |
Updated README
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ To create use `note` sub command. It will will prompt for note name and tags. Ta ### Searching for notes -To search for note use `search` sub command. It will prompt for date in YEAR MONTH DAY format and name. +To search for note use `search` sub command. It will prompt for date in YEAR MONTH DAY format, name and tags. ## `api` way @@ -53,8 +53,8 @@ api.note(name, tags) ### Searching for notes -To search for note use `search` function. `date` is table with year, month and day field. +To search for note use `search` function.`date` is table with year, month and day field, `name` just a string and `tags` list of tags. ```lua -api.search(date,name) +api.search(date,name,tags) ``` |
