mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Doc: Auto-update documentation
Auto-updated using release-website.sh
This commit is contained in:
parent
431cc15a51
commit
9e5c0ef3ce
@ -117,6 +117,8 @@
|
||||
"v3.2.4": true,
|
||||
"ios-v13.2.2": true,
|
||||
"v3.2.5": true,
|
||||
"v3.2.6": true
|
||||
"v3.2.6": true,
|
||||
"v3.2.7": true,
|
||||
"android-v3.2.4": true
|
||||
}
|
||||
}
|
@ -1,5 +1,10 @@
|
||||
# Joplin Desktop Changelog
|
||||
|
||||
## [v3.2.7](https://github.com/laurent22/joplin/releases/tag/v3.2.7) (Pre-release) - 2025-01-06T16:35:41Z
|
||||
|
||||
- Improved: Plugins: Add Toast plugin API ([#11583](https://github.com/laurent22/joplin/issues/11583)) ([#11579](https://github.com/laurent22/joplin/issues/11579))
|
||||
- Updated translations
|
||||
|
||||
## [v3.2.6](https://github.com/laurent22/joplin/releases/tag/v3.2.6) (Pre-release) - 2024-12-23T21:54:40Z
|
||||
|
||||
- Improved: Keep comments when rendering Markdown to allow rendered note metadata ([#11530](https://github.com/laurent22/joplin/issues/11530))
|
||||
|
@ -136,9 +136,9 @@ Call **GET /ping** to check if the service is available. It should return "Jopli
|
||||
|
||||
## Searching
|
||||
|
||||
Call **GET /search?query=YOUR_QUERY** to search for notes. This end-point supports the `field` parameter which is recommended to use so that you only get the data that you need. The query syntax is as described in the main documentation: https://joplinapp.org/help/#searching
|
||||
Call **GET /search?query=YOUR_QUERY** to search for notes. This end-point supports the `field` parameter which is recommended to use so that you only get the data that you need. The query syntax is as described in the main documentation: https://joplinapp.org/help/apps/search
|
||||
|
||||
To retrieve non-notes items, such as notebooks or tags, add a `type` parameter and set it to the required [item type name](#item-type-id). In that case, full text search will not be used - instead it will be a simple case-insensitive search. You can also use `*` as a wildcard. This is convenient for example to retrieve notebooks or tags by title.
|
||||
To retrieve non-notes items, such as notebooks or tags, add a `type` parameter and set it to the required [item type name](#item-type-ids). In that case, full text search will not be used - instead it will be a simple case-insensitive search. You can also use `*` as a wildcard. This is convenient for example to retrieve notebooks or tags by title.
|
||||
|
||||
For example, to retrieve the notebook named `recipes`: **GET /search?query=recipes&type=folder**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user