Go to file
Catrope dae599ac2f Fix the newline workarounds (for Parsoid newline handling) for headings
* Parsoid outputs bare newlines after a heading unless it's followed by
  a <p>, so strip leading and trailing newlines in all bare text
* Adding a leading newline in <p>s is only needed if preceded by a
  heading, don't add it otherwise
* Headings need a bare newline after them unless followed by a <p>
* Headings also need a bare newline before them if preceded by a <pre>

Change-Id: Ib02f800b26453541604e920fbb3845c51cdc6dea
2012-06-14 22:50:46 -07:00
api Merge branch 'refs/heads/master' into dmrewrite 2012-06-13 15:00:44 -07:00
contentEditable First implementation of IME for content editable 2012-02-09 00:51:59 +00:00
demos Fixed dependency on mw, now demo works again 2012-06-11 12:11:07 -07:00
modules Fix the newline workarounds (for Parsoid newline handling) for headings 2012-06-14 22:50:46 -07:00
tests Set data.title based on sHref so LinkInspector can use it 2012-06-13 19:32:49 -07:00
.gitignore Added node_modules and node error log file to git ignore 2012-06-10 23:56:50 -07:00
.gitreview Add .gitreview file 2012-03-22 13:54:55 -07:00
ApiVisualEditor.php Fix escaping in API module 2012-06-11 00:32:52 -07:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php unnecessary to define messages here, followup r105972 2011-12-13 09:34:05 +00:00
VisualEditor.alias.php Localisation updates from http://translatewiki.net. 2012-06-11 14:31:40 +00:00
VisualEditor.hooks.php Refactored veCore class into ve.init and ve.init.EditPageTarget 2012-06-10 23:54:41 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-06-07 19:15:00 +00:00
VisualEditor.php Improved appearance of activating and deactivating editor 2012-06-13 18:26:21 -07:00

We're starting to merge bits from Wikidom and ParserPlayground tests here.
Enjoy!

Short-term work highlights:
* convert parser to wikidom format & using the wikidom serializer
* port/update/write more tests
* Special: page to host the editor as a standalone demo
* Opt-in test mode to switch the editor in on EditPage (initially blank)
* Use serializer to save pages from editor
* Use parser to load pages into editor

Long-term work highlights:
* more thorough & bulk testing
* more extension support