Live data from Hacker News

Static Site Generators

staticsitegenerators.net

1–10 of 123 posts

Re: Static Site Generators

#3
This is slightly off-topic, but are there any rich-text web editors that output to Markdown?

I rarely need the full featureset of Markdown and would prefer a simple editor that gets me half way there, while still ultimately outputting Markdown for storage/use in something like a static site generator.

Re: Static Site Generators

#7
post #3

This is slightly off-topic, but are there any rich-text web editors that output to Markdown? I rarely need the full featureset of Markdown and would prefer a simple editor that gets me half way there, while still ultimately outputting Markdown for storage/use in something like a static site generator.

http://md-wysiwyg.sourceforge.net/ might fit your needs? There's a link to a demo page under the second header.

It's a bit primitive, but I guess that's the point. Be sure to hit the "Return markdown text" checkbox.

Re: Static Site Generators

#8
post #3

This is slightly off-topic, but are there any rich-text web editors that output to Markdown? I rarely need the full featureset of Markdown and would prefer a simple editor that gets me half way there, while still ultimately outputting Markdown for storage/use in something like a static site generator.

http://md-wysiwyg.sourceforge.net/ might fit your needs? There's a link to a demo page under the second header. It's a bit primitive, but I guess that's the point. Be sure to hit the "Return markdown text" checkbox.

Cool. I'll check it out, thanks!

Re: Static Site Generators

#10
post #4

Hey, mine isn't in the list! :-) https://github.com/wtracy/hablog That said, it was only ever intended as a toy project, so it probably doesn't belong here.

My "Make Here CMS" is also not on the list:

http://kephra.de/blog/Make_here_CMS.html http://kephra.de/src/Make-here-CMS-shar.txt

The idea is, that a minimal static site generator can be done by a recursive Makefile and a here script.

Post reply on HN