Shameless plug: I worked on a similar tool mdocs [1]. The main difference is that is opensource, it supports authentication and authorization [2] similar to Google Docs. The authorization part allows you to share documents at company level.<p>It is a 100% client-side application, it uses Firebase as backend and Auth0 for authentication.<p>[1] <a href="https://auth0.github.io/mdocs2" rel="nofollow">https://auth0.github.io/mdocs2</a><p>[2] <a href="https://dl.dropbox.com/s/w6bmji4t698v8qn/ss-2015-03-25T10-40-32.png?dl=0" rel="nofollow">https://dl.dropbox.com/s/w6bmji4t698v8qn/ss-2015-03-25T10-40...</a>
Collaborative editing is great, and I wonder if this project could be adapted as some sort of browser extension that would allow teams to collaboratively edit on pages that don't otherwise support it.<p>For instance, the project-management software my team currently uses does not allow us to collaboratively edit tickets. Sometimes we've resorted to writing tickets together in Google Docs and then transferring the text back into the project-management tool. It would be awesome if we could use Fiddle.md or a similar tool right there on the page, rather than having to transfer text between tabs.
.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.
I was thinking with this idea for some time and the killers features for me are:<p>- Allow custom CSS<p>- Post a json with the markdown content to a custom URL<p>Do you plan to open source it?
Got it working with on-the-fly yUML diagrams.<p>Example:<p><a href="http://fiddle.md/c74bgs3vthgqm8mtt9kx3z" rel="nofollow">http://fiddle.md/c74bgs3vthgqm8mtt9kx3z</a><p>Not perfect, but wouldn't take much to make it play nicely?
I'm confused how this is collaborative. If a friend sends me a fiddle.md link and I change the content of the document, how do they become aware of my changes? Do I send them my link back?
As an academic that writes in Markdown (usually solo, offline), this ticks so many boxes for me. I love that for once I may be able to convince my co-authors to collaborate in Markdown instead of Google Docs. Integration with Dropbox is crucial to accomplish this (most academics use Dropbox), but it is missing one step: IMPORT!<p>It's great to see that I can export to Dropbox, but then how do I roundtrip? Rather than remembering the URL (or copy and pasting from a desktop app), it would be great to be able to load up an existing document from Dropbox, send off a collaboration link, and then have the ability to send the completed (collaboratively written) text back to Dropbox.
As 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.<p>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.<p>It didn't take off (at all) so I let it go, but I wish there would be a standardized way to do this.<p>Other than that, great tool! Thanks for sharing.
The only thing that prevents me from using this that I can't make an account to save my documents, and I can't get that url bar to go away. The giant bar that says "fiddle.md/b836w36wh2h8mv3fj23t8r/edit" even though I can already see the link in my own URL bar. If there were a way to remove that I might use this. Looks great though!
I love MD support, it makes writing things easy and looks polished, therefore I love this!<p>On top of that I believe It's going to make it onto swipe.to ? I hope so because it would be a a much needed addition tool for editing presentations and rendering it on the fly :D
I've played a bit and it looks really interesting.<p>I see you currently support saving the fiddles to dropbox. Do you plan to add other storage systems?<p>I'm thinking it would be great to use that along with github to write documentation or even websites using jekyll.
I love the syntax helper in the bottom. I've added markdown to a few projects and usually, I just added a help text summary near the input to remind users of the syntax; this is a much better solution.
Really like the design, especially the search/menu box.
It would be very nice to add proper support for tabs, especially when inserting larger blocks of code.