obsidian-apply-patterns-plugin icon indicating copy to clipboard operation
obsidian-apply-patterns-plugin copied to clipboard

Standalone App

Open d9k opened this issue 2 years ago • 1 comments

The plugin in so nice & simple it would be great to have it as a standalone x-platform app too (global hotkey to open pattern-select menu, then apply chosen pattern on selected text and copy result to clipboard).

For implementation you may be interested in Tauri platform, lightweight Electron alternative:

"By using the OS's native web renderer, the size of a Tauri app can be less than 600 kB"

or Gluon which promises 200+ kB executables.

Also for standalone app better to have an ability to execute patterns in CLI-mode by name individually (for automation).

Just an idea, maybe it's better to wait when this feature request will have enough votes.

d9k avatar Nov 23 '23 13:11 d9k

even simplier JS desktop-app development platform:

https://github.com/webui-dev/deno-webui https://github.com/webui-dev/deno-webui/blob/main/examples/hello_world/hello_world.ts

d9k avatar Nov 23 '23 21:11 d9k