Samuel D. Villegas

Results 5 comments of Samuel D. Villegas

There's also the option of setting up a keyboard shortcut with `Tools>Options>Keyboard Shortcuts>Generate tags`. I have mine set to `Ctrl`+`Enter`, but you can choose whatever keybind is easier for you....

It looks like this plugin is getting stuck in an infinite loop when it enters the `while (!!response.has_more)` section of `function getAll(api, path, query)` in `src/index.ts`. From what I can...

@g33k247 I made the changes in the `while (!!response.has_more)` section of `function getAll(api, path, query)` in `src/index.ts` of this plugin. If I recall, I went through `~/.config/joplin-desktop` to find the...

#16 mentions using `",` as the stop word instead—might be a bit better. Maybe even including the newline (`",\n`) could help. Also, I've seen some LLM's configured to entirely avoid...

My understanding is that the user wants the language model to generate some values for the schema, which is different than filling the fields of the schema using some existing...