Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

r_tanaka
r_tanaka

Posted on

     

How to make a Lean Canvas with MarkDown

I like to write lean canvases as idea notes. It is good to organize information about a new product or new something.
I know the best way to make the lean canvas is hand-writing with A3 paper. However, sometimes I want it on digital tools.
Besides, I love markdown and crafting something by writing markdown, such as the "marp".
(marp is markdown presentation maker).

Meet mdCanvas

mdCanvas is a very nice naming. I instantly understand this is it.

how to confirm it works or not.

git clone https://github.com/jerik/mdCanvas.gitcd mdCanvas
  1. You can find a HTML file namedmdCanvas.html.
  2. Open it byFireFox (current version only support this browser).
  3. In case you can open with an error, no problem. But if you face the error, please move to the next step.

how to stop CORS error.

Long story short, CORS is one of the security errors. Turning it off includes potential risk.

  1. Open the firefox tab. Then inputabout:config in URL text box.
  2. On theabout:config, There is search box. Let's input stringsecurity.fileuri.strict_origin_policy.
  3. Change the value tofalse.

how to make your markdown file

  1. Make a new markdown file by copyingmdCanvas.md
  2. Open mdCanbvas.html with query parameter,md=filename
cp mdCanvas.md project.md

open/mdCanvas.html?md=project

have fun!

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

  • Location
    Tokyo/Japan
  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp