-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[Spike] New mobiledoc based editor #6255
Conversation
Do I understand this correct as a step away from Markdown? Or is there a plan to allow the new editor to handle Markdown? Or in other words - how does Ghost looks like after this PR? |
This is an experiment that aims to answer all of those questions. As I said to you in Slack the other day, we're planning right now - and that comes with some experimenting. It's a chicken-and-egg kinda situation. |
There are a couple of immediate options:
Although markdown should still be easy to support, the idea with the new editor is to move away from the restrictions that markdown imposes and open up a new level of flexibility/extensibility. However as @ErisDS said there's still a lot of experimentation to be done in that regard 😄 |
Sounds interesting. |
d8e0bf1
to
9af7c79
Compare
26c8a53
to
b5038bf
Compare
b5038bf
to
53d6dba
Compare
53d6dba
to
fee5fc9
Compare
58558f7
to
6890efe
Compare
6890efe
to
9fb663a
Compare
c3aac0f
to
548cdbb
Compare
refs TryGhost#6301, TryGhost#6165, TryGhost#6255 - Adds a new mobiledoc field to posts for the new editor spike, with a long text field - Removes the tags.hidden field. - Adds a new 'visibility' field to the 3 main models: Post, Tag, User for general purpose use with any feature which modifies where and when an object can be viewed
refs TryGhost#6301, TryGhost#6165, TryGhost#6255 - Adds a new mobiledoc field to posts for the new editor spike, with a long text field - Removes the tags.hidden field. - Adds a new 'visibility' field to the 3 main models: Post, Tag, User for general purpose use with any feature which modifies where and when an object can be viewed
548cdbb
to
09d3cd9
Compare
refs TryGhost#6301, TryGhost#6255 - new, extra-long, column for storing mobiledoc content format
Closing as this is now located on the Ghost-Admin repo. |
Oops, I was a little over-zealous with the PR closing earlier. Re-opening as this contains the server-side component of the new editor spike, the client-side part of this lives here. |
Closing as this has served it's purpose and we're now working on a new mobiledoc implementation. |
refs TryGhost#6301, TryGhost#6255 - new, extra-long, column for storing mobiledoc content format
prereq for TryGhost/Admin#6
Spike/prototype to test out new editor functionality based around https://github.com/bustlelabs/mobiledoc-kit
no issue