obsidian-code-emitter icon indicating copy to clipboard operation
obsidian-code-emitter copied to clipboard

Documentation Requenst the 2nd: why would I use this plugin?

Open ggstrader opened this issue 2 years ago • 3 comments

Does this plugin have any benefits over the longer-standing Execute Code plugin? Why the redundancy?

ggstrader avatar Jan 30 '23 02:01 ggstrader

When I wrote this plugin, I didn't known that Execute Code already exist. I just took a look at its code, It seems that Execute Code runs code by calling the native commands, while the code-emitter not. code-emitter runs the code by http API, webassembly, It also support mobile phone...

mokeyish avatar Jan 30 '23 03:01 mokeyish

When I wrote this plugin, I didn't known that Execute Code already exist. I just took a look at its code, It seems that Execute Code runs code by calling the native commands, while the code-emitter not. code-emitter runs the code by http API, webassembly, It also support mobile phone...

👍Would probably be good to update the readme with that info

ggstrader avatar Jan 30 '23 03:01 ggstrader

Execute Code don't work on android, Code Emitter work on Android.

petrmachcz avatar Sep 10 '23 22:09 petrmachcz