There is an Eclipse plugin, that defines Node perspective in plugin.xml file.
I'd like to add default View to this perspective, that is implemented by Markdown Editor. Namely Markdown HTML preview.
Will Eclipse behave nicely if user don't install Markdown plugin, that will be referenced?
I would also like to add Eclipse standard Error Log (for user to see if an error happened).
Update: