File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -218,25 +218,27 @@ const main = async (baseInfo: LSPluginBaseInfo) => {
218
218
{
219
219
key : 'apiKey' ,
220
220
type : 'string' ,
221
- title : 'Enter Omnivore Api Key' ,
222
- description : 'Enter Omnivore Api Key here' ,
221
+ title : 'Enter your Omnivore Api Key' ,
222
+ description :
223
+ 'You can create an API key at https://omnivore.app/settings/api' ,
223
224
default : logseq . settings ?. [ 'api key' ] as string ,
224
225
} ,
225
226
{
226
227
key : 'filter' ,
227
228
type : 'enum' ,
228
- title : 'Select a filter for Omnivore articles ' ,
229
- description : 'Select a filter for Omnivore articles ' ,
229
+ title : 'Select an Omnivore search filter type ' ,
230
+ description : 'Select an Omnivore search filter type ' ,
230
231
default : Filter . HIGHLIGHTS . toString ( ) ,
231
232
enumPicker : 'select' ,
232
233
enumChoices : Object . values ( Filter ) ,
233
234
} ,
234
235
{
235
236
key : 'customQuery' ,
236
237
type : 'string' ,
237
- title : 'Enter custom query if advanced filter is selected' ,
238
+ title :
239
+ 'Enter an Omnivore custom search query if advanced filter is selected' ,
238
240
description :
239
- 'Enter a custom query for Omnivore articles here. e.g. "has:highlights" ' ,
241
+ 'See https://omnivore.app/help/search for more info on search query syntax ' ,
240
242
default : '' ,
241
243
} ,
242
244
{
You can’t perform that action at this time.
0 commit comments