Semantic WYSIWYG in-place editing
Swipe steht für Semantic WYSIWYG in-place Editing und sieht für eine erste Demo sehr interessant aus.
- Fully based on client-side JavaScript.
- Tiny core code library. Everything (beyond undo/redo/save) is an extension.
- Operates on the DOM instead of relying on hard-to-predict behaviour of execCommand.
- AJAX library for client-server communication (e.g. for saving, or “linked-data-as-you-type”)
- Writing extensions with buttons, drop-downs, and attribute forms can be done in minutes.
- Automatic clean-ups before saving to ensure well-formed and predictable markup.
Ich bin gespannt was daraus wird.

