-
-
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
Tidy up markdown usages #8479
Labels
affects:admin
Anything relating to Ghost Admin
server / core
Issues relating to the server or core of Ghost
Comments
kirrg001
added
affects:admin
Anything relating to Ghost Admin
optimisation
server / core
Issues relating to the server or core of Ghost
labels
May 22, 2017
kirrg001
added a commit
to kirrg001/Ghost
that referenced
this issue
May 22, 2017
refs TryGhost#5422 - the markdown field will be removed soon, see TryGhost#8479 - if you import images the importer crashes if markdown is null e.g. the welcome post has no markdown field anymore (results in null)
8 tasks
kevinansfield
added a commit
to kevinansfield/Ghost-Admin
that referenced
this issue
May 30, 2017
refs TryGhost/Ghost#8479 - remove unused `ed-image-manager` util - remove `markdown` attribute from Post model
kirrg001
pushed a commit
to TryGhost/Admin
that referenced
this issue
May 30, 2017
refs TryGhost/Ghost#8479 - remove unused `ed-image-manager` util - remove `markdown` attribute from Post model
kevinansfield
added a commit
to kevinansfield/Ghost
that referenced
this issue
May 31, 2017
closes TryGhost#8479 - removes `markdown` field from schema - removes `legacyMarkdown` converter - updates tests to work with `mobiledoc` field instead of `markdown` and adapt for mobiledoc HTML output where necessary
kirrg001
pushed a commit
that referenced
this issue
May 31, 2017
closes #8479 - removes `markdown` field from schema - removes `legacyMarkdown` converter - updates tests to work with `mobiledoc` field instead of `markdown` and adapt for mobiledoc HTML output where necessary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects:admin
Anything relating to Ghost Admin
server / core
Issues relating to the server or core of Ghost
For
1.0
we have added amobiledoc
database field and a mobiledoc converter.The new editor (see TryGhost/Admin@4b48328) is using the new database field.
There is no need to keep the old markdown field, as well as the old legacy converter, see https://github.com/TryGhost/Ghost/blob/master/core/server/models/post.js#L236.
We would like to remove all markdown related code:
markdown
attribute from Post model Admin#720)The text was updated successfully, but these errors were encountered: