PreviewMarkdown
效率
仅适用于 Mac
¥22.00
PreviewMarkdown provides QuickLook file previews and file icon thumbnails for documents created using the popular markdown markup format.
The app provides two app extensions: Markdown Previewer and Markdown Thumbnailer, which can be viewed and managed in macOS’ System Preferences > Extensions. The app itself is simply a container for these extensions.
You must run the app first to gain these benefits.
PreviewMarkdown supports the following markdown features:
*italics* or _italics_
**bold** or __bold__
~~Strikethroughs~~
`code`
# Header 1
or
Header 1
====
## Header 2
or
Header 2
---
### Header 3
#### Header 4
##### Header 5 #####
###### Header 6 ######
Indented code blocks (spaces or tabs)
[Links](https://smittytone.net/previewmarkdown)
[Referenced Links][1]
[1]: https://smittytone.net/previewmarkdown
> Blockquotes
- Bullets
- Lists
- Including indented lists (spaces or tabs)
- Up to any number of levels (spaces or tabs)
1. Ordered
1. Lists
1. Including indented lists (spaces or tabs)
- Up to any number of levels (spaces or tabs)
20. Start lists at a specific value
```
Code blocks
```
```swift
Code blocks with language indicators — code will be highlighted if the language is known.
```
[ ] [x] Checkboxes
| Markdown | Tables |
| :---------- | ------: |
| 1 | 2 |
更多 • We’ve fixed paragraph breaks in content copied from previews so that they paste correctly.
• We’ve reduced the size of image placeholders and changed the colour of referenced paths to better imply the error condition the use of placeholders represents.
2.4.2 4天前
• Fully support the public.markdown UTI.
• Fix an issue with the warning shown when the feedback character-limit is exceeded.
• Under the hood improvements.
2.4.1 3月30日
• Opposites (optionally) attract. Previously if your Mac was in Dark Mode, you could choose to have previews rendered in Light Mode nonetheless. We’ve updated PreviewMarkdown so the same setting now also presents previews in Dark Mode even if your Mac is set to Light Mode. In other words, whatever mode your Mac is set to, previews are presented in the opposite way. Or just turn keep the setting switched off to have previews match your Mac’s current mode.
• Improved error checking in certain cases will hopefully mean fewer thumbnailer crashes.
• Fix truncation of feedback text to prevent loss of styling.
• Reminder: PreviewMarkdown no longer supports macOS 10.15 Catalina, and we will be ending macOS 11 Big Sur support in a forthcoming release.
2.4.0 3月19日
• Correct the colour of the preview scrollbar in light mode.
2.3.1 2月4日
• We’ve added some extra settings:
° Control preview window size: small (42% of main screen; standard QuickLook size), medium (50% of main screen) or large (75% of main screen)
° Set your preferred preview whitespace margin.
° Set all Markdown file thumbnails to match Finder’s display mode under macOS 26.1+.
• We’ve added new, more intuitive graphic for unchecked checkboxes.
• We’ve fixed some reported bugs:
° Front matter detection now works correctly when horizontal rules are also included in the Markdown.
° Image URLs are no longer converted to lower case.
2.3.0 2025/12/12
• Restore PreviewMarkdown’s dark-on-white thumbnails that were made modal by macOS 26.1.
• Correct preview background colour in light mode.
• Correct the link to the app’s help content.
2.2.4 2025/11/11
• We’ve improved the clarity of code snippets when they’re viewed in light mode. We’d like to thank the users who raised this as an issue with us.
2.2.3 2025/11/04
• Tahoe support phase II: adjust PreviewMarkdown’s Settings UI for the new design style.
2.2.2 2025/09/27
• Welcome, macOS 26. We’ve started to support you with a new glassy icon and menu icons.
2.2.1 2025/09/16
• The PreviewMarkdown 2 facelift continues with a new, proportionally-spaced-text friendly YAML front matter design.
• We’ve figured out how to twist QuickLook’s arm to present a much larger preview window, sized for the screen you’re working on.
• We’ve added a second macOS system-wide text service: Convert Markdown Text to Plain Text.
• We’ve made one further, but small UI change: see if you spot what it is.
2.2.0 2025/09/09
• As requested by a number of users, you can now opt to add a narrow whitespace margin area around the preview so the text doesn’t run right up to the edge of the window.
• Also as requested by a number of users, you can now specify the colour of YAML keys that are displayed in previews when you have front-matter rendering enabled. This is paving the way for a major change to the way PreviewMarkdown presents YAML frontmatter. 'nuff said.
• Improved some of the main application’s graphic design.
• Squashed a couple of bugs.
• Applied some under-the-hood jiggery-pokery.
2.1.0 2025/08/28
• Completely new rendering engine, designed from the ground up with:
• Markdown table support.
• Code highlighting for fenced code blocks (provided language is known)
• Numbered lists can be started with any value
• Numbered and unordered lists can have any depth.
• Numbered and unordered lists containing blockquotes, code and/or multi-paragraph text are presented more neatly.
• Fuller set of escaped characters supported.
• Preliminary image support.
• A new tab-based UI for the host application for fast access to key features.
• Add a 'Convert Markdown Text to HTML' system-wide text service.
2.0.0 2025/08/01
• Improve settings change checking.
• Correctly render the YAML front matter separator line.
• Under-the-hood improvements.
1.5.3 2024/09/07
• Revise thumbnailer to improve memory utilization and efficiency.
1.5.2 2024/05/13
• Support the emerging ‘public.markdown’ UTI.
• Support YAML front matter that uses the ‘...’ end marker (Thanks, anonymous).
• Better ‘What’s New’ dialog presentation in dark mode.
1.5.1 2023/11/02
• Add line-spacing setting for previews.
• Add link on the Preferences pane to help.
• Add experimental Finder UTI database reset option.
• Rename extensions Markdown Previewer and Markdown Thumbnailer.
• Improve font edge-case handling.
• Remove dynamic UTIs.
1.5.0 2023/10/01
• Add link to PreviewText.
• Better menu handling when panels are visible.
• Better app exit management.
• Bug fixes.
1.4.6 2023/01/21
• Add the com.nutstore.down Markdown UTI.
1.4.5 2022/12/23
* Add link to PreviewJson
* Internal updates and fixes.
1.4.4 2022/10/02
• Initial support for non-utf8 source code file encodings.
1.4.3 2022/08/26
• Add support for GitHub-style Markdown checkboxes.
• Minor internal tweaks.
1.4.2 2022/08/07
• Disable selection of thumbnail tags under macOS 12 Monterey to avoid clash with system-added tags.
1.4.1 2021/11/20
• You can now select any installed monospace font for code blocks.
• You can now select any installed proportional font for text.
• You can now choose a separate colour for preview headings.
• You can now choose any colour using the standard macOS colour picker.
• Improve thumbnail rendering code.
• Fixed a rare bug in the previewer error reporting code
1.4.0 2021/07/28
• Add links to other PreviewApps.
• Support macOS 11 Big Sur’s UTType API.
• Stability improvements.
1.3.1 2021/06/17
• Previews can now optionally include YAML front matter.
• Fixed an issue that caused generic thumbnails to appear occasionally.
• Other code improvements.
1.3.0 2021/05/09
• We’ve fixed paragraph breaks in content copied from previews so that they paste correctly.
• We’ve reduced the size of image placeholders and changed the colour of referenced paths to better imply the error condition the use of placeholders represents.
更多 版本 2.4.2 4天前
未收集数据 开发者不会从此 App 中收集任何数据。