Sublime Forum

Support for devdocs.io inside editor window

#1

I know it is similar plugin right now - packagecontrol.io/packages/DevDocs , but they open the doc in browser window / new browser tab.
It will be nice, to open the docs in the new sidebar / tab INSIDE the SublimeText editor - as it is common in other editors, like:
Brackets -> github.com/gruehle/dev-docs-viewer
Atom -> atom.io/packages/api-docs (screen accurately describes what I mean :smile: :smile: )

0 Likes

#2

The long term goal would be (mini-)html rendering in UI widgets that can be plugged to different views and can be interfaced and created by plugins. We already have minihtml in popups, so it’s not too far off.

Other than that, ST can not render HTML currently.

0 Likes