1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Plugins: Add support for editor.scrollToText on desktop

This commit is contained in:
Laurent Cozic
2024-11-16 11:19:11 +00:00
parent 8e3c81717e
commit 6eac8d9ccf
9 changed files with 92 additions and 9 deletions

View File

@ -154,6 +154,9 @@ const declarations: CommandDeclaration[] = [
{
name: 'editor.setText',
},
{
name: 'editor.scrollToText',
},
{
name: 'editor.focus',
},