Opened 12 years ago
Closed 10 years ago
#23630 closed enhancement (invalid)
Simplify the DFW implementation
Reported by: | lessbloat | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
I was sad to see that distraction free writing didn't get picked up for 3.6. I decided to play around with a rough proof of concept to see how difficult it would be to use the existing TinyMCE instance for DFW.
Benefits of handling it this way include:
- It eliminates the need (and complexity) of juggling multiple instances of TinyMCE
- We'll be able to remove a bunch of the old DFW code
- It makes the transition between regular mode and DFW mode much more smooth
- It can be as fully featured as we want it to be
Attachments (4)
Change History (8)
Note: See
TracTickets for help on using
tickets.
23630.diff is a rough first pass at this. The code still needs to be cleaned up, and I'm sure there are bugs. To activate it, click the new DFW icon under the "visual & text" tabs.
Here's a quick screencast of it in action.