-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Epic] Ghost Split Screen Editor #1294
Comments
Just found this: http://epiceditor.com/ |
https://stackedit.io/ has a nice editor which is somewhat similar to Ghost's... |
I believe this is as done as its going to be before editor rewrite, and can be closed |
Love everything about Ghost, but no spellcheck... no go. I imagine you're loathe to switch to another markdown editor since each time you do, it will throw up a whole new set of issues. But you've been promising spellcheck for at least a year now, and I think you owe it to your customers to deliver. I'd suggest that this should be your number one priority. |
I'm going to close this issue now. The majority of the horrible bugs with the editor itself were killed as part of removing CodeMirror (#4368), and the spec-breaking markdown issues which can be fixed are being ironed out as part of separate issues and the PR #5167. Everything and anything else we do with the editor will be part of post-Zelda (admin UI design refresh #5273) changes, which will get their own issues. |
The following issue is here as a way to collect together and organise the issues raised against the existing Ghost split screen editor.
The issues fall into 3 broad categories:
Below is a collection of known issues.
Markdown output jumps around like a monkey on crack when writing in italics #644Markdown output jumps around like a monkey on crack when writing in italics (closed: wontfix- requires new editor / plugin)Markdown bug: no new line inserted when quotes are used #974Markdown bug: no new line inserted when quotes are used (closed: fixed)Set "title" attribute for images from markdown #985Set "title" attribute for images from markdown (closed: wontfix )Code gets escaped #1045Code gets escaped (closed: fixed)Allow multiple underscores like: _________ #1113Allow multiple underscores like: _________ (closed: fixed)Markdown editor ** bold editor text #1909Markdown editor ** bold editor text (closed: wontfix)Syntax highlighting bug within the editor #2664Syntax highlighting bug within the editor (closed: wontfix)Support for markdown reference link syntax as well as inline syntax #2293Support for markdown reference link syntax as well as inline syntax (closed: wontfix )Markdown footnotes (Enhancement) #1318Markdown footnotes (Enhancement) (closed: wontfix)Allow Markdown Tables #1670Allow Markdown Tables (closed: wontfix)Restoring form-data on editor panel #553Restoring form-data on editor panel (closed: fixed)Mobile Editing is buggered in iOS 7 #960Mobile Editing is buggered in iOS 7 (closed: fixed)Unexpected behaviour in editor with home / end keys #1007Unexpected behaviour in editor with home / end keys (closed: fixed)Forgive me for this but ghost editor need spelling checker please #1240Browser spellcheck doesn't work with CodeMirror (closed: wontfix - requires new editor / plugin)CodeMirror: Cursor does not always appear in the right place #1295CodeMirror: Cursor does not always appear in the right place (closed: browser bugCodeMirror: Very hard to edit via mobile (not just iOS7) #1296CodeMirror: Very hard to edit via mobile (not just iOS7) (closed: fixed - mobile version of editor in place)Wrong cursor position in Markdown editor for Unicode #2245Wrong cursor position in Markdown editor for Unicode (closed: wontfix)Unexpected behaviour in editor with home / end keys #1007Unexpected behaviour in editor with home / end keys (closed: wontfix)Bugs with the touchscreen editor. #2570Bugs with the touchscreen editor. (closed: mostly fixed)about the ~~content~~ #2703about thecontent(closed: fixed)Images not detected in lists #3577Images not detected in lists (closed: wontfix)No spaces when typing #1299No spaces when typing (closed: fixed)Character "„" doesn't show on markdown editor #2371Character "„" doesn't show on markdown editor (closed: fixed)Many of these appear to be duplicates / different incarnations of the same general problem
Editor screen: Advanced scroll features #22Advanced scroll features (closed: wontfix)Editor scrolling gets stuck when typing lots of text #535Editor scrolling gets stuck when typing lots of text (closed: fixed)Fucked up scrolling behaviour when typing #958Fucked up scrolling behaviour when typing (closed: fixed)Weird markdown syntax highlighting #959Weird markdown syntax highlighting (closed: wontfix)Images in preview pane flicker as you type #1031Images in preview pane flicker as you type (closed: wontfix)Editor UI - Scroll events are not smooth #481Editor UI - Scroll events are not smooth (closed: wontfix)Many of these are closed as won't fix, because they cannot be resolved without fundamental changes.
Short term, some of the category 1 markdown bugs are fixable by tweaking our extension of Showdown. It may be possible to vastly improve behaviour by maintaining our own fork of Showdown for the short/mid term.
Long term, we will be replacing the editor with an entirely new component which will look and function very differently to the existing editor.
The following wontfix issues will be fixed by dropping CodeMirror (#4373):
Forgive me for this but ghost editor need spelling checker please #1240Browser spellcheck doesn't work with CodeMirrorWeird markdown syntax highlighting #959Weird markdown syntax highlightingMarkdown editor ** bold editor text #1909Markdown editor ** bold editor textSyntax highlighting bug within the editor #2664Syntax highlighting bug within the editorWrong cursor position in Markdown editor for Unicode #2245Wrong cursor position in Markdown editor for UnicodeUnexpected behaviour in editor with home / end keys #1007Unexpected behaviour in editor with home / end keysThe text was updated successfully, but these errors were encountered: