Greasy Fork is available in English.

Microsoft To-Do Markdown Preview Support - mstodo-md-preview

Microsoft To-Do Markdown Preview Support

作者
joisun
今日安裝
0
安裝總數
4
評價
0 0 0
版本
1.1.3
建立日期
2024-08-28
更新日期
2024-09-02
授權條款
MIT
腳本執行於

use vite-plugin-monkey

一个支持 Microsoft Todo 应用 Markdown 文本预览的油猴插件:

https://greasyfork.org/zh-CN/scripts/505577-microsoft-to-do-markdown-preview-support-mstodo-md-preview

Note & Features:


Features

Highlighting

The em tag is used for highlighting text. If you need to italicize text, please use the custom i tag instead.

In some markdown editor you can use hotkeys to wrap <em> for words, like Ctrl + i in Typora.

Image Pasting

Image pasting is supported but not very recommended. When you paste an image, it is converted to a Base64 string, which can be quite large. Pasting multiple images in a "task note" may cause performance issues.

Why Attachment Links Are Not Used ?

  1. Attachment links are only for previews.
  2. The download link for attachments on the preview page is dynamically generated by the server.
  3. iFrames are not supported due to Content Security Policy (CSP) restrictions.

Have fun with this little tool :)