VS-Code Kanban based editor with marp style #605
ludos1978
started this conversation in
Show and tell
Replies: 1 comment
-
|
i've updated the project, so the plugin also runs on windows.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a teacher and I use marp with some custom markdown-it for my presentations. To create new lectures I was seeking for an improved workflow and started to work on a kanban based editor during the summer holiday. It's shamelessly vibe coded, but I did extensive testing and sometimes reworked features multiple times to get them working well. For the moment I am out of ideas what to add, and it has most of the features I need.
BE CAREFUL AND MAKE BACKUPS OF YOUR DATA. THIS IS AN EARLY RELEASE WITHOUT MUCH TESTING!!! But using git or something similar you should be pretty safe.
The tool is a Visual Studio Code Extension (I actually use VSCodium):
https://github.com/ludos1978/ludos-vscode-markdown-kanban
The format was initially based on an obsidian kanban format, and it should still be compatible, but by now the features are far more extensive in this kanban toolkit. It includes some markdown-it plugins i was using before in my presentations.
WARNING:
Features:
Additional features you can use in the markdown within the kanban.
If you want the features to be used in the presentation export as well, you need to add the engine.js from the marp-engine folder in the settings and also install the node modules that are required. But you can work without these add-ons using the default marp features.
--- START EXAMPLE ---
---:2
left 2/3th of width
:--:1
A paragraph.1
--Strikeout-- =>
Strikeoutunderline emphasis
H
20 => H2O29^th^ => 29th
==marked== => inserted
++inserted++ => inserted
--- END ---
Maybe it's useful to you as well.
Footnotes
A footnote. ↩
Beta Was this translation helpful? Give feedback.
All reactions