Show HN: Fiddle.md – a collaborative writing tool by Swipe
31–40 of 71 posts
Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#32Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#33What about user accounts where we can keep track of Fiddles, so we can organize them with tags and categories?
That's definitely something we'd want to add. At the moment we wanted to release an MVP and see if people like it before adding accounts and other features. We didn't think it was crucial to getting the core experience with the product, but we're going to keep improving it over time. For now, you could save locally or to Dropbox to avoid losing revisions. Thank you for the comment, I'd recommend signing up to the mai…
Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#34Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#35Earlier quoted context omitted.
Great! Looks very good! :) Although, table-support seems to be very limited. The table is generated correctly, but it doesn't look nice enough . Take a look at LightPaper for inspiration.
The HTML generated correctly, but the actual table didn't render at all in the preview for me. Text was aligned...sort of, but there was zero white space, and no dividers. Maybe it's simply my rusty MD skills.
Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#36As soon as the content is over a page long, the "preview" doesn't really work, since what is supposed to be previewed is out of bounds. I had developed a few years ago a markdown editor with live preview, with a mechanism that synchronized the source and the preview, scroll-wise, so the preview would always display the part that was being edited. It didn't take off (at all) so I let it go, but I wish there would be a…
Which browser are you using? What is the bahaviour you're seeing? Does the preview "reset" to the top scrolling position?
Glad you like it :)
Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#37.md is the ccTLD for my country (Moldova), which got me excited and confused for a bit - was trying to find the connection with music in Eastern Europe. I'm not sure how to feel about such ccTLD abuse and conflating TLDs with file extensions in general.
Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#38Re: Show HN: Fiddle.md – a collaborative writing tool by Swipe
#39Earlier quoted context omitted.
No offense and all (I'm a huge python guy) but... why? RST is a pretty god damn awful format. Markdown lacks a proper standard but that's really the only problem with it... I wish the python community would just adopt Markdown for good and stop trying so hard with rst.
I've wondered about the same question, and I also personally greatly prefer markdown. I got into Python in 2002, and my recollection is that RST was introduced a few years before Markdown. Thus RST was more mature than Markdown at the time when Python documentation was a disaster zone and people were looking around for technology on which to build Sphinx. So I think RST versus Markdown for Python is more or less a "h…
It's a bit of a toughie, the python community doesn't have much to deal with Markdown itself. pypi expects rst etc. There's also very few tools available in general, which is a huge shame.
Part of this is due to different Markdown "flavours". At this point though, Github being the largest provider of Markdown, a safe bet would be to standardize on Github's flavour and call it a day.