forked from revolunet/sublimetext-markdown-preview
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from facelessuser/MarkdownPreview@master #6
Open
evandrocoan
wants to merge
63
commits into
evandroforks:master
Choose a base branch
from
facelessuser:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
CSS did not include foreground/background pair of colours of the body. In some configurations this makes it very hard to read (because the browser may rely on system colours, like mine does). WCAG rule: never specify a foreground colour (here in .markdown-body) without a background colour.
Fixed typo that prevents Linux from being recognized as platform and starting the preview as background process, thus freezing Sublime while the preview is open. resolves #72
Fixed obvious typo
Easier to read
The previous image patch aren't working anymore and I updated them with the current ones that github is using.
update image path for gemoji
I think that is the correct way... or at least is how I made it work in my config.
Fix typo in markdown.extensions.toc config example
Signed-off-by: Jack Cherng <[email protected]>
Exclude docs/ directory from packed .sublime-package
Bug/catalina
Sync github stylesheet with latest
Move over to GitHub CI
* Fix title case handling in YAML frontmatter Fixes #147 * Update changelog
Fixes #136
This commit speeds up the on_post_save() method for non-Markdown files by checking if the current file type is Markdown before continuing. This does not alter the logic of the on_post_save() method. Previously, on_post_save() took ~10ms on non-Markdown files after this change it takes roughly ~1ms.
* Update some infrastructure things: docs, sponsorship, etc. * Update more documentation * Remove version 3 reference
I wish I had noticed this sooner. When I had taken over this plugin from the original author, it did not have a license assigned to it, but I did not properly audit every bit of the code. Desktop has an LGPL license while we use MIT. This is fairly easy to fix for us as desktop was only used to open a web browser, and really, only for Linux. I've personally always just used `xdg` to open browsers on Linux, and that is what we'll do here. If there is some case we are missing, we'll solve it as we discover it, but we should not have been and cannot use desktop with our license.
Related #162
* refactor: get temp preview path * feat: support expand env vars and home user in path_tempfile This allows you specify paths with `~` and variables like `$HOME`: "path_tempfile": "~/.cache/markdownpreview"
* Update docs, copyright, and build deps * Use multiprocessing for spelling jobs and fix spelling issue
`cgi.escape` is already deprecated in python 3.3 and no longer available in 3.8 This commit is required to run the plugin on python 3.8 plguin-host
* Add 'Preferences: MarkdownPreview Settings' to command palette * Fix dangling comma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The upstream repository
facelessuser/MarkdownPreview@master
has some new changes that aren't in this fork. So, here they are, ready to be merged!This Pull Request was created programmatically by the githubpullrequests.