Put curly double braces around a name of a wiki page to see it inline like an image. only problem will be loop prevention and the caching mechanism
I already hacked for my personal wiki and found it useful to render the inline page including the title as linked heading…
Yes, MoinMoin does it, but loops and caching are not the only problems that you run into, including the problem of introducing "invisible" mechanics that are hard to understand by new users. I really don't want to go there, especially looking at how includes are not that useful in wikis in the traditional sense (C2, pattern language). It might be used in future for something, if it makes sense, but currently I just don't want to open the Pandora's box. Thanks for the suggestion though, and I'm really happy you're experimenting with Hatta. Maybe making the patches available would help others who want a similar feature? – Radomir Dopieralski
I wonder if it would be still useful if the include worked by inserting an iframe, or an object tag? I could use the +render action to produce pages without the navigation, and with linked title, and include them using iframes… – Radomir Dopieralski