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
Classeur.io: Re-enjoy writing, with Markdown
51–60 of 98 posts
Re: Classeur.io: Re-enjoy writing, with Markdown
#52Earlier 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…
Re: Classeur.io: Re-enjoy writing, with Markdown
#53I 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
#54The 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.
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
#55The 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 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
#56The 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…
Re: Classeur.io: Re-enjoy writing, with Markdown
#57Dear 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…
Re: Classeur.io: Re-enjoy writing, with Markdown
#58Earlier 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?
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
#59Earlier 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.
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
#60Earlier 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.