https://github.com/danmichaelo/acewiki
MediaWiki gadget for using Ace with WikiMarkup
https://github.com/danmichaelo/acewiki
Last synced: 2 months ago
JSON representation
MediaWiki gadget for using Ace with WikiMarkup
- Host: GitHub
- URL: https://github.com/danmichaelo/acewiki
- Owner: danmichaelo
- Created: 2012-03-31T16:03:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T20:07:11.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T08:47:20.483Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 455 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a fork of Brions extension for js and css,
http://toolserver.org/~brion/extensions/CodeEditor/,
modified for use with wikimarkupUses embedded Ajax.org Cloud9 Editor: http://ace.ajax.org/
Browsers tested:
- Firefox 11.0 / Mac
- Chrome 18.0.1025.142 / MacBrowsers tested with issues:
- Opera 12.00 alpha / Mac: copy / paste doesn't work
- Safari: renders ok, but for some funny reason you can't type "}"
Same problem at http://ace.ajax.org/build/kitchen-sink.htmlBrowsers not tested:
- IE 8.0.6001.18702 / Win XP: Problems have been reported with
Brion's CodeEditor, so problems should be expected!Known issues:
- serious problems with right-to-left scripts and perhaps other complex scripts.
- 'discard your changes?' check on tab close doesn't trigger
- ties into WikiEditor, so doesn't work on classic toolbar
- copy/paste not available from context menu (Firefox, Chrome on Linux -- kbd & main menu commands ok)
- accessibility: tab/shift-tab are overridden. is there a consistent alternative for keyboard-reliant users?
- accessibility: accesskey on the original textarea needs to be moved over or otherwise handled
- cursor/scroll position not maintained over previews/show changes