Last active
August 4, 2025 00:45
-
-
Save sijpkes/801b8779d5df4d1f367f55c160b08212 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Canvas DesignPlus to Markdown | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Convert to or from DesignPLUS HTML in Canvas to or from Markdown with custom markers | |
| // @author Paul Sijpkes | |
| // @match https://*/courses/*/pages/*/edit | |
| // @match https://*/courses/*/discussion_topics/*/edit | |
| // @grant GM_setClipboard | |
| // @updateURL https://gist.githubusercontent.com/sijpkes/801b8779d5df4d1f367f55c160b08212/raw/c20b9b4fd39e63fbf93426390d5d7ab8bf633fcf/canvas-dp2md.meta.js | |
| // @downloadURL https://gist.github.com/sijpkes/163976ce7efa14c2084c60f053628718/raw/c1a55c3610666bf91c93aa6531d5f97d3436bee8/canvas-dp2md.user.js | |
| // ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment