-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from kmwallio/beta
Small Improvements
- Loading branch information
Showing
49 changed files
with
2,216 additions
and
812 deletions.
There are no files selected for viewing
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
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
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
Submodule language-specs
updated
14 files
+3 −1 | README.md | |
+2 −0 | csharp.lang | |
+5 −2 | def.lang | |
+2 −2 | go.lang | |
+2 −2 | groovy.lang | |
+2 −2 | javascript-expressions.lang | |
+2 −2 | javascript-literals.lang | |
+1 −1 | javascript-values.lang | |
+1 −1 | javascript.lang | |
+45 −12 | markdown.lang | |
+70 −2 | mdb.lang | |
+4 −0 | php.lang | |
+1 −1 | powershell.lang | |
+2 −2 | scala.lang |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: post | ||
title: Stability And Improvements | ||
date: 2021-03-13 13:03:35 | ||
--- | ||
[WordPress](https://wordpress.org) got a huge update with [Featured Image](https://wordpress.com/support/featured-images/). | ||
In the YAML, just add `cover-image` or `featured-image` to the frontmatter. | ||
|
||
```yaml | ||
--- | ||
title: My Fancy Blogpost | ||
featured-image: /images/my-featured-image.jpeg | ||
--- | ||
``` | ||
|
||
Publishing to [Write.as](https://write.as) and have a Pro Account? [Snap.as](https://snap.as) image uploading is now supported. | ||
|
||
## New Translations | ||
|
||
Did you know [Poeditor](https://poeditor.com/join/project?hash=iQkE5oTIOV) can be used to help translate ThiefMD? People have been submitting translations: | ||
|
||
* French Translation by [David Bosman](https://github.com/davidbosman) | ||
* Slovak Translation by [Marek L'ach](https://github.com/marek-lach) | ||
* Swedish Translation by [Åke Engelbrektson](https://github.com/eson57) | ||
|
||
Thanks to everyone contributing! | ||
|
||
## UI Accessibility | ||
|
||
We've added borders to sheets in the sidebar when using the OS Theme. | ||
|
||
## Stability Improvements | ||
|
||
We've improved how heading margins are calculated, which means... we've relaxed font selection. You're still only limited to the family, but more should appear in the selector. | ||
|
||
We've lowered the chances of crashing in experimental mode. When selecting text with experimental mode, bold links will become normal font as [invisible text can cause a crash if formatted differently from surrounding text](https://stackoverflow.com/a/59314509). | ||
|
||
We made Experimental Mode Faster! We now check your proximity to hidden URLs instead of always scanning the whole document. | ||
|
||
## Bug Fixes | ||
|
||
Fixed and issue where PDF export tried using non-PDF themes. | ||
|
||
More advanced Regex highlighting. Reference Links next to In-line links should look good in most cases. | ||
|
||
## More to come... | ||
|
||
We're still working on Tagging and Categories for WordPress and Ghost. Checkout the [ThiefMD Project Board](https://github.com/kmwallio/ThiefMD/projects) to see what we have planned, and let us know how we can empower you to do more! |
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
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
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
Binary file not shown.
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
en_GB | ||
es | ||
fr | ||
sk | ||
sk | ||
sv |
Oops, something went wrong.