2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FEATURE: New markdown editor re-written in Ember

Note this commit leaves out the biggest occurrence of the editor
which is the post/topic composer.

To avoid major breakage, this replaces it everywhere else it was
used:

* User preferences (About Me)
* Admin Customizations > Text Content
* Category Templates
* Editing Queued Posts

A future commit will replace the main composer with this editor
and will remove the unused pagedown code.
This commit is contained in:
Robin Ward 2015-09-28 14:01:16 -04:00
parent 49edffd3c3
commit 94b60e62a2
31 changed files with 1100 additions and 269 deletions

View file

@ -39,14 +39,6 @@
}
}
.pagedown-editor {
width: 450px;
textarea {
width: 440px;
}
}
.bio-composer #wmd-quote-post {
display: none;
}