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

Microsoft To-Do Markdown Preview Support

Versión del día 01/09/2024. Echa un vistazo a la versión más reciente.

Autor
joisun
Calificaciones
0 0 0
Versión
1.1.2
Creado
28/08/2024
Actualizado
01/09/2024
Tamaño
15.2 KB
Licencia
MIT
Funciona en

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 :)