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

Microsoft To-Do Markdown Preview Support, microsoft to-do list markdown, microsoft todo markdown

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
joisun
1日のインストール数
0
累計インストール数
6
評価
0 0 0
バージョン
1.1.4
作成日
2024/08/28
更新日
2025/02/17
大きさ
15.3KB
ライセンス
MIT
対象サイト

use vite-plugin-monkey

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

https://greasyfork.runtimutd.eu.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 :)