Hi, all! This post is slightly off-topic, but i thought it might be of interest to those of you who use both Google Code and v8...
Over the past few days a co-developer and i put together a JS implementation of a parser for the Google Code wiki syntax. It supports essentially all of the syntax except elements which require browser-level support or Google infrastructure (e.g. embedded gadgets). The core parser is not browser-based, and works just fine in the vanilla v8 engine, so it might be of some interest to those of you who generate HTML output from your v8 apps. The project: http://code.google.com/p/wikiwym/ We have an online demo which allows you load arbitrary wiki pages from arbitrary GoCo-hosted projects, which can be used edit wiki code and see the changes as you type: http://fossil.wanderinghorse.net/demos/wikiwym/GoCoWi-previewer.html When finished, simply copy/paste the changes back into GoCo's wiki, potentially saving a number of wiki commits (which normally serve only to clutter up the "Changes" list for the project). We also have a bookmarklet which adds the real-time preview directly into the google code wiki editor: http://code.google.com/p/wikiwym/wiki/Bookmarklet Happy hacking! -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
