Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cb9054a8f | ||
|
|
50c31f1045 |
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
|
## [0.9.2] – 2025-12-12
|
||||||
|
Changed:
|
||||||
|
- Remove github link from preview footer. Too distracting / too prominent. A version note should be discreet and not get in the way.
|
||||||
|
|
||||||
|
|
||||||
## [0.9.1] – 2025-12-04
|
## [0.9.1] – 2025-12-04
|
||||||
Added:
|
Added:
|
||||||
- Plugin version in preview footer
|
- Plugin version in preview footer
|
||||||
@@ -15,5 +20,6 @@ Added:
|
|||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
|
|
||||||
|
[0.9.2]: https://github.com/relikd/QLMarkdown/compare/v0.9.1...v0.9.2
|
||||||
[0.9.1]: https://github.com/relikd/QLMarkdown/compare/v0.9.0...v0.9.1
|
[0.9.1]: https://github.com/relikd/QLMarkdown/compare/v0.9.0...v0.9.1
|
||||||
[0.9.0]: https://github.com/relikd/QLMarkdown/compare/f8545f5c77ec74030ea556833ff4b51cdfb75bce...v0.9.0
|
[0.9.0]: https://github.com/relikd/QLMarkdown/compare/f8545f5c77ec74030ea556833ff4b51cdfb75bce...v0.9.0
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES
|
|||||||
SWIFT_VERSION = 5.0
|
SWIFT_VERSION = 5.0
|
||||||
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.15
|
MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||||
MARKETING_VERSION = 0.9.1
|
MARKETING_VERSION = 0.9.2
|
||||||
PRODUCT_NAME = QLMarkdown
|
PRODUCT_NAME = QLMarkdown
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown
|
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown
|
||||||
CURRENT_PROJECT_VERSION = 292
|
CURRENT_PROJECT_VERSION = 293
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ class PreviewViewController: NSViewController, QLPreviewingController, WKNavigat
|
|||||||
\(HTMLFormatter.format(md))
|
\(HTMLFormatter.format(md))
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
QLMarkdown v\(ver) (\(buildVer)) (Github: <a href="https://github.com/relikd/QLMarkdown">relikd/QLMarkdown</a>)
|
relikd/QLMarkdown v\(ver) (\(buildVer))
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -40,9 +40,10 @@ If you want customizations, you can write your own css file.
|
|||||||
### How to customize CSS
|
### How to customize CSS
|
||||||
|
|
||||||
1. Right click on the app and select "Show Package Contents"
|
1. Right click on the app and select "Show Package Contents"
|
||||||
2. Copy `Contents/Resources/style.css` (or `markdown.css`)
|
2. Go to `PlugIns` and repeat "Show Package Contents" on the Preview extension.
|
||||||
3. Open `~/Library/Containers/de.relikd.QLMarkdown.Preview/Data/Documents/`
|
3. Copy `Contents/Resources/style.css` (or `markdown.css`)
|
||||||
4. Paste the previous file and modify it to your liking
|
4. Open `~/Library/Containers/de.relikd.QLMarkdown.Preview/Data/Documents/`
|
||||||
|
5. Paste the previous file and modify it to your liking
|
||||||
|
|
||||||
|
|
||||||
## Privacy & Security
|
## Privacy & Security
|
||||||
|
|||||||
Reference in New Issue
Block a user