nullboard icon indicating copy to clipboard operation
nullboard copied to clipboard

Markdown export

Open brrd opened this issue 3 years ago • 1 comments

Nice little app! I use it for writing complex markdown documents, the multiple column layout helps me to have a clear overview of the document structure.

FYI I quickly made a small script which converts a NBX file to a markdown document (board title becomes h1, columns titles are h2 and raw notes are h3): https://github.com/brrd/nbx2md

You might be interested in making this markdown export a nullboard feature. If so then feel free to use my code.

brrd avatar Nov 18 '21 11:11 brrd

Nice. I can see value in this, but I don't think it belongs to the default version of NB.

Ideally, I'd like to add a plugin-like system to allow extending NB. When and if this happens, your exporter will be a very good fit for it.

apankrat avatar Dec 10 '21 16:12 apankrat