aboutsummaryrefslogtreecommitdiff
path: root/editor.js
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Don't select the contents when a page is openedSamuel Lidén Borell1-1/+19
2011-05-28Detect empty blocks in the selectionSamuel Lidén Borell1-3/+2
2011-05-28Move the "is empty text node" code to a functionSamuel Lidén Borell1-2/+12
2011-05-28Implement contiguous multi-paragraph selectionSamuel Lidén Borell1-5/+35
2011-05-28Move the "next node in tree" code to a functionSamuel Lidén Borell1-14/+17
2011-05-28Skip empty text nodes in getSelectedBlocksSamuel Lidén Borell1-1/+1
2011-05-26Don't try to display the element type of inline elementsSamuel Lidén Borell1-1/+4
2011-05-26Keep cursor position / selection when changing element typeSamuel Lidén Borell1-0/+28
2011-05-26Implement element type change with more than one selected elementSamuel Lidén Borell1-37/+94
2011-05-18Don't add markers to <html> when editing a templateSamuel Lidén Borell1-4/+9
2011-05-18Restore markers if they are removed in the editorSamuel Lidén Borell1-5/+40
2011-05-17Focus the document view when document is loadedSamuel Lidén Borell1-0/+3
2010-08-26Simplify the getHTML functionSamuel Lidén Borell1-8/+2
2010-08-26Keep <html> tags and doctype when saving templatesSamuel Lidén Borell1-0/+20
2010-08-26Make template pages editableSamuel Lidén Borell1-4/+13
2010-08-15Remove <span> elements from WebKitSamuel Lidén Borell1-0/+40
2010-08-10Implement element type (h1, div, p, ...) changingSamuel Lidén Borell1-5/+59
2010-07-30Interpret editable section tags in the editorSamuel Lidén Borell1-0/+32
2010-07-30Fix a harmless bug in editor.jsSamuel Lidén Borell1-4/+4
2010-07-30Rename domnotify.js to editor.jsSamuel Lidén Borell1-0/+72