Re: Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Geertjan Wielenga
But before spending too much time on this, I recommend you look at the existing support for md, e.g.: https://github.com/madflow/flow-netbeans-markdown Gj On Sun, Oct 27, 2019 at 12:02 PM Geertjan Wielenga wrote: > It's a Navigator panel, best to use a BeanTreeView to display your nodes. > > A

Re: Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Geertjan Wielenga
It's a Navigator panel, best to use a BeanTreeView to display your nodes. Also, like this you'll not need a project in order to create your files: @TemplateRegistration(folder = "Other", content = "MDTemplate.md", requireProject = false) Gj On Sun, Oct 27, 2019 at 10:59 AM Ian Utley wrote: >