Live data from Hacker News

Classeur.io: Re-enjoy writing, with Markdown

classeur.io

21–30 of 98 posts

Re: Classeur.io: Re-enjoy writing, with Markdown

#21
I 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 works really well and you can write and read notes on the same "space" but it doesn't support markdown.

Maybe I am an edgecase, but I would like to write notes in markdown and have them render line by line[0] so that I have one document and not an editor and a display. Almost wrote one myself but the opportunity cost of spending weeks making it (if I could even deliver) would likely not offset the bit of frustration I get using another editor.

If this exists, I want it bad.

[0] or like 3 lines at a time or whatever.

Re: Classeur.io: Re-enjoy writing, with Markdown

#22
post #20

Earlier quoted context omitted.

I write my own research journal using pandoc[0] and a simple mkfile[1]. My requirements are a bit different from yours, though. I don't need embeded multimedia, but I rather use a lot of Unicode characters for mathematics. Maybe you could use write markdown and convert to HTML5 using Pandoc? Your multimedia could be included with some embedded HTML. If you automate the compilation process suitably, you can have your…

Yeah, I had something like that in mind. I even thought using latex (with Texmaker) but haven't quite managed to pull all the pieces together yet.

Pandoc can include LaTeX math, and render it in HTML in a few different ways.

Re: Classeur.io: Re-enjoy writing, with Markdown

#23
post #16
post #15

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…

I'm using tiddlywiki [1] and I absolutely love it. You can host it where you want (owncloud works fine), and it has basically everything you just described. I edit mainly using the web interface, but you can also edit the "tiddlers" (each note) using any text editor. The note has it's metadata at the beginning of the file. I think I'm only using a very small % of TW's capabilities, but it feels like a very powerful t…

I used dokuwiki quite similarly for this in the past and it was okay - I just wrote using browser and embedded images with it, too. Maybe I could edit the "source" using vim and have the wiki-pages using a browser be the reader-mode for my notes. Thanks

Re: Classeur.io: Re-enjoy writing, with Markdown

#24
post #15

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…

I use https://github.com/tpope/vim-markdown to write markdown files. And use http://fletcherpenney.net/multimarkdown/ to 'compile' the markdown file. To check the rendered output I have a key mapping to compile the current markdown file and open the generated html file.

Re: Classeur.io: Re-enjoy writing, with Markdown

#25

I 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

#26
post #15

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…

I'm looking for the same thing as you.

On a mac, VooDooPad fits the bill but it is not open source and its future looks murky. If it were open source with an active community of users I think I would use it.

This has kept me on vimwiki with .md extensions so that vim will at least do syntax highlighting for markdown. You can easily link to local multimedia files, but they don't display inline. As a bonus, a diary entry for the day is just ww away.

Re: Classeur.io: Re-enjoy writing, with Markdown

#27
The thing that would make all these markdown editors a killer app for me is an easy way to link between documents. Something like vimwiki, where you can surround a word or group of words with "[[" "]]" and it turns that word into a [[link]]. These apps are great for editing a single document, but fall down when you want to create a notebook or set of interlinked notes.

Re: Classeur.io: Re-enjoy writing, with Markdown

#29
Hey. 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 without resorting to tricks such as using double-dots to defeat the auto-formatting.

Post reply on HN