Hi, So are there any WYSIWYG or WordPress type pre-made widgets for doing this sort of thing? If I need to roll my own, is there an API to use to tell where my cursor is or if I have a selection? In wxPython I would just do someCtrl.GetSelection() and then change it as needed and paste it back with the appropriate setter.
I found tw.tinymce, but it doesn't have docs and it doesn't say if it works with TG2.0 either. Mike On Jan 21, 11:23 am, Mark Ramm <[email protected]> wrote: > The wiki uses RestructuredText for marking things bold, italic, generating > links, etc. So there is some formatting supported already. > There are lots of other options from markdown, to textile, to filtering the > html that users can write, but all of that is too much for the basic > intro tutorial. > > --Mark > > > > On Wed, Jan 21, 2009 at 11:53 AM, Mike Driscoll <[email protected]> wrote: > > > Hi Chris, > > > On Jan 21, 5:59 am, Christopher Arndt <[email protected]> wrote: > > > Mike Driscoll schrieb: > > > > > I assume the sticking point is in Genshi. Right now it's using the > > > > following syntax: > > > > > <div py:replace="XML(content)">Formatted content goes here.</div> > > > > > What should I use instead of that to insert "real" formatted content? > > > > IMHO it's generally a bad idea to let a user enter text in HTML > > > directly. I would suggest utilizing a text based markup format like > > > textile or ReST (doesn't the 20-minute wiki already do that?) or some > > > kind of wysiwyg editor. > > > > Chris > > > If the 2.0 wiki demo does it, it's not documented. I don't recall the > > original 1.x version doing it either. And yes, I don't like the idea > > of letting users put in HTML either. I was using that description to > > get the ideas flowing. > > > I'm new to web programming, so I don't really know where to start. > > I'll have to think about this. > > > Mike > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog:www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

