You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I while ago I've promised to add some CSS config to the Markdown preview, if there is someone who can create a CSS for it.
Well here it is. @Chris2011 I'm pretty un-talented in this CSS, stuff. just registered the viewer.css on most widely used profiles. So this can be tested.
I've needed to use the Editor Settings Storage API in order to get the name of the current profile, so I've opened up that module as friend. However the API is stable enough for years, to be public.
Well, so far for whatever reason Markdown files used two MIME_TYPE-s text/x-markdown-nb and text/x-markdown probably that was an oversight from the past days.
That made it possible to add the Plain text spellchecking support enabled for these files. it would be good to ignore spell checking in fenced texts, but that obviously needs more work. This addresses #6653
Well, so far for whatever reason Markdown files used two MIME_TYPE-s text/x-markdown-nb and text/x-markdown probably that was an oversight from the past days.
That made it possible to add the Plain text spellchecking support enabled for these files. it would be good to ignore spell checking in fenced texts, but that obviously needs more work. This addresses #6653
How is it possible to have 2 different mimetypes for the same file extension?
Where the DataObject which is addigned from the Resolver to the MIME text/x-markdown-nb registers an editor with the MIME text/x-markdown. That's being fixed in this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Well, I while ago I've promised to add some CSS config to the Markdown preview, if there is someone who can create a CSS for it.
Well here it is. @Chris2011 I'm pretty un-talented in this CSS, stuff. just registered the
viewer.csson most widely used profiles. So this can be tested.I've needed to use the Editor Settings Storage API in order to get the name of the current profile, so I've opened up that module as friend. However the API is stable enough for years, to be public.
Refinement ideas, are welcome!
Could be a solution for #6652