Commit Graph

1208 Commits (master)
 

Author SHA1 Message Date
Wes Cossick 91a27e314a Merge pull request #229 from adam187/feature/get-state
Improve get state
8 years ago
Adam Misiorny 62caea601e improve get state, add public getter 8 years ago
Wes Cossick 7aedb8623a Fix options undefined bug when clearing autosave value
Occurred when the autosave option was not present and a user tried to clear the autosaved value.
8 years ago
Wes Cossick 0d9078c98d Merge pull request #223 from trwired/user-configurable-shortcuts
Gives users the ability to change editor's keyboard shortcuts
8 years ago
trwired 131e5d8beb Included info on configuring and using custom keyboard shortcuts 8 years ago
trwired b61c64d63c Resolved merge conflict with upstream 8 years ago
Wes Cossick eccfbe5f20 Merge pull request #224 from adam187/feature/clean-block
Clean block feature
8 years ago
Adam Misiorny 664c081876 cs fixes 8 years ago
Adam Misiorny 144d724a41 update clean block pattern 8 years ago
Adam Misiorny 8469cbc839 add clean block feature 8 years ago
Igor Kalat 16042564a1 Gives users the ability to change editor's keyboard shortcuts 8 years ago
Wes Cossick 2bac0bbcec Merge pull request #220 from adriaanzon/development
Fix table spacing
8 years ago
Wes Cossick b092fe5ee0 Merge pull request #218 from JamieWohletz/development
Added undo and redo buttons to toolbar
8 years ago
adriaanzon aa2ebfe983 Fix table spacing
Removed an extra space that caused the tables to be wrongly aligned, when the table button was pressed.
8 years ago
Jamie Wohletz 2f24d571b0 Undo + Redo buttons are no longer added by default 8 years ago
Jamie Wohletz 68be24121f Added undo and redo buttons to toolbar 8 years ago
Wes Cossick 0ce602f68d Merge pull request #211 from 7upcat/master
Fix #206 added useSideBySideListener
8 years ago
7cat 9fb97e0d5e Fix #206 added useSideBySideListener 8 years ago
7cat e27a0933a3 Added useSideBySideListener avoid duplicate cm update 8 years ago
7cat e96fddffcb Update simplemde.js 8 years ago
郑哲明 4fe8ad6cdf Fix bug related with issue #206
When user click 'toggleSideBySide'  button will always register a new
'update' listener .Modify the logic if toggle on register a listener  if
toggle off  remove the listener.
8 years ago
Wes Cossick e89b0e4049 Merge pull request #207 from vladson/master
Add characters count to status bar.
8 years ago
Vladislav Bogomolov 6c61b1a4aa Add characters count to status bar. 8 years ago
郑明明 b9f77e0bea Adding support for asciidoctor
A editor that can edit asciidoctor online .....
It seems the performance of the editor is not good.
8 years ago
Wes Cossick 6e659cf0ab Merge pull request #199 from adam187/feature/placeholder
add placeholder option
8 years ago
Adam Misiorny 3178aab2cb add styling for placeholder element 8 years ago
Adam Misiorny 95cfe5a353 change spaces to tab 8 years ago
Adam Misiorny c92f4e3bd3 change single quotes to double quotes 8 years ago
Adam Misiorny f891cfb787 add placeholder option 8 years ago
Wes Cossick 5f3a67dae2 Merge pull request #189 from NextStepWebs/development
Autosave improvements, Build improvements, New icons, New options, Clearer README
9 years ago
Wes Cossick 7a2e75eb48 Merge branch 'master' into development 9 years ago
Wes Cossick 3f54710784 Bump to version 1.9.0 9 years ago
Wes Cossick 5706319644 Full build 9 years ago
Wes Cossick 4eec6e6e3a Document showIcons; Tweak other wording 9 years ago
Wes Cossick d30d9b7d00 Fix initial value overwriting autosaved value 9 years ago
Wes Cossick 36f97604f4 Refactor default toolbar organization; Allow showIcons setting (#170) 9 years ago
Wes Cossick 4dbe95fe80 Fixes #163 where tabbing through form would land on icons 9 years ago
Wes Cossick 17dad384bc Fix #166, z-index inconsistencies causing scroll issues 9 years ago
Wes Cossick 396de5f46c Fix #167 where escape key wouldn't always work 9 years ago
Wes Cossick 4b308e0c89 Travis.yml: Broader Node version testing 9 years ago
Wes Cossick b21808ed12 Fix trailing space after vinyl-buffer 9 years ago
Wes Cossick cac5699594 Fix travis config 9 years ago
Wes Cossick c2cf41fc16 Update dependencies; Travis build in more node versions 9 years ago
Wes Cossick 169752eb9d More clearly document custom button code 9 years ago
Wes Cossick 170cbd0b2f Merge pull request #185 from adam187/feature/block-styles
add ability to set up markup for bold and italic
9 years ago
Wes Cossick b4ee8a06e4 Fix small typo 9 years ago
Adam Misiorny e7c45cfeec Update README.md 9 years ago
Wes Cossick 8a1d8fd285 Merge pull request #186 from adam187/fix/autosave-condition
fix condition for checking unique_id in autosave option
9 years ago
Adam Misiorny 19463486ef improve readme 9 years ago
Adam Misiorny 54fa76d798 update condition 9 years ago