On Feb 8, 12:59 pm, Bauwe Bijl <[email protected]> wrote: > Implemented Heading-levels: > SiteTitle <h1> > Search, MainMenu, SideBar, Footer and Toolbar <h2> > TiddlerTitle('s) <h3> > Inner tiddler heading <h4> (no other headings bigger then !!!! should > be used in this case) Hi Bauwe, Simon, Since you need fixed headings for h1-h3 for the reader, it would be possible, to create a formatter, that changes the renderer a little bit, to make the content compatible with "vanilla" TW.
eg: a single "!" can produce a <h4>. !! <h5> ... and so on for the "Accessible TW" If a "vanilla" tiddler uses 4! to 6! in tiddler content, it could be just rendered as <h6>. With this system, the tiddler markup from "Accessible TW" is compatible with "vanilla" TW and vice versa. I'd create a little plugin, if you want. ===== There is some special handling for "+", "-" prefixes in toolbar commands. This could be extended. But <fn><key> handling vary with different browsers. So some more digging will be needed. What would be the preferred bahaviour? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

