spsdco / notes

Awesome note taking.
MIT License
559 stars 54 forks source link

Feature Request: Export to mdwiki #107

Open tbraeutigam opened 10 years ago

tbraeutigam commented 10 years ago

Hi,

Please add the ability to export the notes to a mdwiki file-structure so that the notes can be shared out via a static webserver.

As there are a some additions to github-flavored markdown in mdwiki, I'm not sure how simple this would be.

The structure itself matches up nicely:

Springseed MDwiki
Notebook without Categories Top Level Navigation item
Notebook with Categories Navigation item with Sub-Items
Note Sub-Heading on a page

Example navigation.md from mdwiki:

[Notebook](notebook.md)

[Notebook with Categories]()

  * [Category](category/category.md)
  * [Cat2](category/cat2.md) 

Example .md File from mdwiki:

Category
========

Note Title
------------

Note Content

Note2 Title
--------------

Note2 Content
arkokoley commented 10 years ago

bump. i want this too!

arkokoley commented 10 years ago

bump. i want this too!

megubyte commented 10 years ago

I'll most certainly have a look into this sometime, maybe this won't be +1 but it'll be implemented in a 2.x release.