deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.82k stars 387 forks source link

Plugin log panel #803

Closed 7HR4IZ3 closed 1 year ago

7HR4IZ3 commented 1 year ago

I was trying to develop a plugin that lets you preview nunjucks templates using custom data (entered as JSON using prompt" but It's not working and I don't know why, so maybe you could add a log panel for developers where each plugin can write output to..

deadlyjack commented 1 year ago

You can use $page element to write output of your plugin.