On Tue, Jun 14, 2016 at 2:11 AM, Anthony Correia < [email protected]> wrote:
> Hello, > > I have a node as follows: > @language md > > @all > > I write stuff in descendant nodes. What I would like to do is to render > each descendant node as markdown in the viewrendered pane and to render the > parent node (with all the content from descendant nodes). > When I say "render", I mean that I would like the content to be processed > (*stuff* displayed in italics, etc.). Currently this is not the case and > the viewrendered pane contains the raw text between "<pre>" and <"/pre> > tags (whose I don't know the purpose). > > Is this something built in Leo or does it require plugins or additional > tweaks? > Recent revs have changed how the vr plugin works. This should eliminate the business with pre-tags. The vr2 plugin has options for rendering more of the outline at once. It that does not work for you, then I would suggest writing a script that would create the text you desire in another node. You can then use vr on that node. This is a general pattern, that could be incorporated in one or more @button nodes. HTH. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
