Skip to content

Instantly share code, notes, and snippets.

@sijpkes
Last active August 4, 2025 00:45
Show Gist options
  • Select an option

  • Save sijpkes/801b8779d5df4d1f367f55c160b08212 to your computer and use it in GitHub Desktop.

Select an option

Save sijpkes/801b8779d5df4d1f367f55c160b08212 to your computer and use it in GitHub Desktop.
// ==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