Live data from Hacker News

Classeur.io: Re-enjoy writing, with Markdown

classeur.io

51–60 of 98 posts

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

#51
post #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.

That's actually why we've created http://enterprisewiki.co

Interesting homepage: http://public.enterprisewiki.co/index

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

#52
post #19
post #17

Earlier quoted context omitted.

> write my ... journal using vim with markdown annotation and with embedded multimedia (screencaptures, mostly). Are you asking for a WYSIWIG editor (one that shows you markdown and/or rendered html and pictures), or are you asking for a workflow where you dump some images in a folder and edit post.md, and link to images with markdown tags? I don't (yet) actually need/use a blog - but just to see what I might be able…

Thank you for your reply, I should've been more detailed in my question. I think I would prefer a setup where I edit using vim and the rendered html is instantaneously rendered next to the vim window. However, I think that embedding images from clipboard is tricky using vim, at least to my knowledge. So I don't really know how to setup an efficient workflow regarding that. I think I will have to take a look at that j…

if you're on the mac then you can use the Marked 2 App. It's a live preview of your markdown file that updates every time you save the file. I use it with Vim regularly. There's even a vim plugin to open the current buffer in it https://github.com/itspriddle/vim-marked

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

#53

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…

I'd recommend FoldingText http://www.foldingtext.com/ Like Typora it only displays the markdown while your cursor is in the portion of text with the markdown tags. Otherwise it's the final rendered version. plus you can style it however you want and add your own JavaScript plugins.

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

#54
post #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.

I have markdown link autocompleting in this project: https://github.com/zencephalon/zencephalon-mt

Unfortunately I haven't extracted it for public consumption yet, but feel free to take a shot.

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

#55
post #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.

You can try out brainstorm: github.com/Azeirah/brainstorm, Tags can be used to semantically link notes, or if you want to link to another note, you can just use []() markdown link syntax, each note has its own url.

You can try the demo at sandstorm.io (install brainstorm as an app)

Or you can try a slightly older version here: http://brainstorm-notes.meteor.com/board/Home

Is that similar to what you're looking for?

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

#56
post #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.

Well org mode in emacs allows you to do that. I expect anyone reading Hackernews is probably better served by something like org mode in emacs running on some server that is remotely accessible. Then you can use something like tramp to connect to it and edit all your notes in one place. Alternatively just put them under version control and you are able to edit them offline. I really don't see how an app that implemen…

Can you imagine collaborating with someone who doesn't know how to use Org-mode?

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

#57
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…

Yea, I used to use Wiki on a Stick on a flash drive. When I had to migrate away, I ended up going to Evernote rather than Tiddlywiki. But it's a great tool.

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

#58
post #56

Earlier quoted context omitted.

Well org mode in emacs allows you to do that. I expect anyone reading Hackernews is probably better served by something like org mode in emacs running on some server that is remotely accessible. Then you can use something like tramp to connect to it and edit all your notes in one place. Alternatively just put them under version control and you are able to edit them offline. I really don't see how an app that implemen…

Can you imagine collaborating with someone who doesn't know how to use Org-mode?

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 same time, but I might be wrong or simply haven't found a use case.

Admittedly so far I have used Latex for serious projects, there you simply create a master skeleton file and then people work on different sections individually. The choice of editor then doesn't matter. Something similar could be done with org mode.

I've only used org mode only for personal note taking, todo lists and drafting documentation, but I would imagine it would scale fairly well to small teams using it.

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

#59
post #34

Earlier quoted context omitted.

Only the simpler or the worse ones -- trading speed, utility, connection to the OS, etc for ease of development.

meh, if it's a single developer, asking native apps for every platform on a donation ware doesn't seem fair to me.

No, I mean in the general case of web apps replacing desktop apps. I'm not convinced Atom for example will ever overcome its pain points that are a result of the technology it uses (breaking down on larger files, slowness, GC pauses etc).

Of course for smaller shops, donation or freeware etc, it's fine.

And for apps like Slack, which are glorified web pages.

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

#60
post #16

Earlier quoted context omitted.

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…

Yea, I used to use Wiki on a Stick on a flash drive. When I had to migrate away, I ended up going to Evernote rather than Tiddlywiki. But it's a great tool.

Was and still am a big evernote fan. I just switched away from it towards tiddlywiki to be in full control of my data.
Post reply on HN