Tired of stray .md note files cluttering my editor, so I built mdpad #3049
tbekaert
started this conversation in
Extension Show and Tell
Replies: 0 comments
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.
-
I've always kept a scratchpad open while coding, somewhere to dump a quick todo, paste something I keep referencing, or jot down ideas before diving into a rabbit hole.
For a long time that was a random .md file in the editor. It took up a tab, it didn't really belong to any project, and it was always in the way.
Then I found sidebar-markdown-notes, which solved the tab problem by moving the notepad into the sidebar. Used it for quite a while and loved the concept.
At some point the preview/edit toggle started bugging me (plus some visual glitches in the rendering), so I dug into the code to fix things and ended up going pretty deep. mdpad is what I came out with.
I mostly use it for:
My main focus on this project was definitely the editing feel. Syntax characters stay visible but dimmed, content is styled as you type, no toggle, no mode switching.
Beyond that, the things I'm most happy with are probably the small stuff:
Notes are scoped per workspace by default so each project has its own. There's a global scope too if you want one scratchpad that follows you across all your projects.
Marketplace: https://marketplace.visualstudio.com/items?itemName=tbekaert.mdpad
Repo: https://github.com/tbekaert/vscode-mdpad, contributions very welcome.
Curious how other people handle "thinking out loud" while coding, and would love feedback on the extension itself if you give it a try.
Beta Was this translation helpful? Give feedback.
All reactions