Dear fellow hackers, I've been looking for an application setup with what I could write my personal (research) journal using vim with markdown annotation and with embedded multimedia (screencaptures, mostly). It would be great to have a possibility to attach files to notes, too. Of course I would like the setup to be open source. Does anyone have similar needs and perhaps solutions for them? I tried atom with vim-bin…
Classeur.io: Re-enjoy writing, with Markdown
81–90 of 98 posts
Re: Classeur.io: Re-enjoy writing, with Markdown
#82I'm not sure I'm the target audience (would be hard to justify spending $5/month given my current workflow) but it would be an excellent way to collaborate. If it could handle really large documents, including organizing them into sections, this would be an outstanding tool for commenting on a student's dissertation (in particular, using a tablet).
Re: Classeur.io: Re-enjoy writing, with Markdown
#83Re: Classeur.io: Re-enjoy writing, with Markdown
#84Dear fellow hackers, I've been looking for an application setup with what I could write my personal (research) journal using vim with markdown annotation and with embedded multimedia (screencaptures, mostly). It would be great to have a possibility to attach files to notes, too. Of course I would like the setup to be open source. Does anyone have similar needs and perhaps solutions for them? I tried atom with vim-bin…
I tried http://Marxi.co, the so-called "missing Markdown editor for Evernote," but had enough syncing issues during the brief ten-day trial to put me off purchasing a subscription.
There's also a Sublime plugin that offers two-way Markdown conversion into Evernote, but I only have Sublime as a native app, not on mobile or web. https://github.com/timlockridge/SublimeEvernote
Perhaps with Evernote's renewed focus on core product, they'll take a look at improving the experience of the text editor.
Re: Classeur.io: Re-enjoy writing, with Markdown
#85I spent about an hour looking for a note taking app today. The problem with most markdown editors is that the note taker rarely reads the note in absentia. I mean, I read my notes as I write them and edit them, but more often than not, I am changing them as I read or consult them. The mou/macdown/classeur approach is to have a preview that can be toggled or visible in split screen mode. Conversely, notes.app on Mac w…
Re: Classeur.io: Re-enjoy writing, with Markdown
#86I love Quiver, but syncing it across multiple computers through iCloud is not reliable, otherwise it would practically be perfect.
StackEdit is great, but I don't like how it's tied to a browser. I also don't like being forced to store everything on an external server. I'm willing to make an exception for iCloud because it's so damn convenient -- it's the only form of cloud storage that I use for personal documents.
From reading this thread, I see that Classeur is from the same creator, which is great news :)
Unfortunately, there's no desktop client yet, so it'd be nice to use something else until then.
I currently store markdown (general insensitive documentation that doesn't need to be kept local) and Ruby/Objective-C files (for snippets/examples) on iCloud and read/edit/run them with Textmate.
Re: Classeur.io: Re-enjoy writing, with Markdown
#87I spent about an hour looking for a note taking app today. The problem with most markdown editors is that the note taker rarely reads the note in absentia. I mean, I read my notes as I write them and edit them, but more often than not, I am changing them as I read or consult them. The mou/macdown/classeur approach is to have a preview that can be toggled or visible in split screen mode. Conversely, notes.app on Mac w…
Maybe Typora[0]? [0]: http://typora.io/
Re: Classeur.io: Re-enjoy writing, with Markdown
#88Earlier quoted context omitted.
Org mode works on text files that are formatted in a specific way, the basic syntax is not more or less complicated than Markdown, so you can in principle use it from any editor you want. The way I usually collaborate on things like papers / technical documentation is to assign specific sections, parts of the exposition to different people. I think it is rarely productive to edit the same part of the document at the…
You claimed that ANYONE on Hacker News would be better served by using org-mode through tramp on a remote server. If instead you had only said that YOU enjoy doing that, there would be nothing to disagree with. Generally, I think it's a pretty good principle to refrain from making blanket statements about how other peoples' projects are unnecessary or whatever.
Re: Classeur.io: Re-enjoy writing, with Markdown
#89Curious to get opinions on what you guys consider to be the best OSX app for note-taking in relation to day-to-day dev work, e.g. storing and retrieving documentation, code samples/snippets (with insets, formatting, and colored syntax, so that it's clearly separated from non-code text), etc... Doesn't need to support markdown. I love Quiver, but syncing it across multiple computers through iCloud is not reliable, oth…
Re: Classeur.io: Re-enjoy writing, with Markdown
#90Hey. It respects my line-breaks without making me jump through hoops. Non-standard markdown but a welcome decision. Numbered lists with gaps and line breaks are still impossible sadly. I'll see if my other personal pet gripes against Markdown are handled any differently when I remember what they are. Admittedly Word and many other wysiwyg editors are sometimes less than helpful in this area but at least it's possible…
And that's why I don't like it. I want to be able to wrap the source without forcing the output to wrap too. Totally a preference thing. Wish there was a way to change it according to your preference.