launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #08446
Re: text markup in launchpad
> In a previous life I solved this by having a automatically updated
> preview pane next to the text area. If the user stopped typing for a
> certain amount of time the content was sent to the server for
> rendering and put into the preview pane.
I suppose this can also be done on the js side to avoid the round trip
to the server but it means that would need to create and maintain a js
version of the Launchpad Flavoured Markdown library.
References