obsidian-code-emitter
obsidian-code-emitter copied to clipboard
Documentation Requenst the 2nd: why would I use this plugin?
Does this plugin have any benefits over the longer-standing Execute Code plugin? Why the redundancy?
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...
When I wrote this plugin, I didn't known that
Execute Codealready exist. I just took a look at its code, It seems thatExecute Coderuns code by calling the native commands, while thecode-emitternot.code-emitterruns the code by http API, webassembly, It also support mobile phone...
👍Would probably be good to update the readme with that info
Execute Code don't work on android, Code Emitter work on Android.