Live data from Hacker News

StackEdit: A free, open-source Markdown editor based on PageDown

benweet.github.io

21–30 of 61 posts

Re: StackEdit: A free, open-source Markdown editor based on PageDown

#22

I find it strange that the icon used is so similar to StackOverflow's if this isn't an app built by the same people.

I asked myself the same question. At first I thought it was some kind of editor using the Stack Overflow Markdown flavor. It's really confusing.

Re: StackEdit: A free, open-source Markdown editor based on PageDown

#24
post #20

I was searching for the best way to edit online content and Markdown was obvious choice. Until I saw what Medium has done. I believe that WYSIWYG is the only way. You still get emphasys on text but with no need to learn any kind of markup no matter how human readable it is. On the other hand Medium's approach is tied to their visual style and design, it does not support many things I'd wish it would. Still, I'm rooti…

But the web is not WYSIWYG, so you're really just editing text in a bespoke 'format' layered on top. Fair enough if that works for you, but it's important to recognise this and understand the drawbacks.

Re: StackEdit: A free, open-source Markdown editor based on PageDown

#26
post #20

I was searching for the best way to edit online content and Markdown was obvious choice. Until I saw what Medium has done. I believe that WYSIWYG is the only way. You still get emphasys on text but with no need to learn any kind of markup no matter how human readable it is. On the other hand Medium's approach is tied to their visual style and design, it does not support many things I'd wish it would. Still, I'm rooti…

But the web is not WYSIWYG, so you're really just editing text in a bespoke 'format' layered on top. Fair enough if that works for you, but it's important to recognise this and understand the drawbacks.

I agree partially. For most people there is no need to see web as any particular format or markup.

Re: StackEdit: A free, open-source Markdown editor based on PageDown

#27
I quite like it, the UI is intuitive and functional.

Sort of related: Is there a library or editor that could be used to create both markup for the web as well as export to LaTeX syntax? My use case: Software documentation where I'd like to have both a Wiki as well as creating a professional looking PDF document (or even print it for the old fashioned folks). That sort of functionality would be worth paying for in my case.

Re: StackEdit: A free, open-source Markdown editor based on PageDown

#28

I quite like it, the UI is intuitive and functional. Sort of related: Is there a library or editor that could be used to create both markup for the web as well as export to LaTeX syntax? My use case: Software documentation where I'd like to have both a Wiki as well as creating a professional looking PDF document (or even print it for the old fashioned folks). That sort of functionality would be worth paying for in my…

pandoc

Re: StackEdit: A free, open-source Markdown editor based on PageDown

#29

I quite like it, the UI is intuitive and functional. Sort of related: Is there a library or editor that could be used to create both markup for the web as well as export to LaTeX syntax? My use case: Software documentation where I'd like to have both a Wiki as well as creating a professional looking PDF document (or even print it for the old fashioned folks). That sort of functionality would be worth paying for in my…

pandoc

Yep.I use pandoc to convert all the notes I take to a variety of formats for all my different devices and needs. For example Pdf for highly consistent and pretty viewing on a tablet, html as an all around backup, and others as needed. Pandoc is fantastic!
Post reply on HN