Canvas Markdown

Adds a markdown editor to Canvas

作者
theusaf
日安装量
0
总安装量
17
评分
0 0 0
版本
3.0.2
创建于
2023-01-17
更新于
2024-01-27
大小
41.5 KB
许可证
MIT
适用于
所有网站

Canvas Markdown

This userscript allows you to write your Canvas assignments and pages in Markdown.

Installation

To install this user script, you will need a userscript manager, such as Tampermonkey.

Usage

Whenever a Canvas text field is detected, a couple of buttons will be placed next to the HTML editor button.

Clicking on the Markdown button (M🠗) will open the Markdown editor. Click it again to close the editor.

The editor has two modes: Pretty and raw.

  • Pretty mode uses CodeMirror to provide syntax highlighting and line numbers. However, it disables spellcheck and auto-complete.
  • Raw mode is a plain text area with spellcheck and auto-complete enabled.

There is also a settings button (M⚙) that allows you to customize the styles of certain elements in the output. These settings are saved in your browser's local storage.

You can also download the settings as a JSON file and upload them again on another device or browser.

Features

  • Markdown editor (duh)
  • Syntax highlighting
  • Code blocks (with syntax highlighting for many languages)
  • Customizable styles

Things to Note

This user script stores the Markdown source embedded in the HTML value for the assignment as a comment. Changes made to the assignment in the Canvas UI will not be reflected in the Markdown source. Switching back to the Markdown editor will overwrite the HTML value with the Markdown source.

Dependencies

This user script relies on third-party libraries to function. These libraries are imported during runtime from the following sources: (See the /lib directory for more information)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址