Live data from Hacker News

Show HN: Write.md – a shareable distraction-free Markdown editor

writemd.xyz

31–40 of 73 posts

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#31
post #30

Earlier quoted context omitted.

I did for a long time. It doesn't do WYSIWYG markdown, so I've switched to something that does (Typora).

Did you spend ten seconds googling whether there was a vim plug in that could do that for you? I did and I found this: https://github.com/suan/vim-instant-markdown

[deleted]

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#32

Earlier quoted context omitted.

Why can't you edit it with some fraction at a time?

I could, and I did for some time, but it's a PITA. The question should be "why should I?". I've since found a Markdown editor that works well for a file this size (Typora - I also had good experiences with Texts).

Why should you? Perhaps if there are other features of a particular editor that make it worth it. I'm otherwise not one to defend anything that's potentially unnecessarily slow :)

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#33
post #15

I use a self-hosted HackMD (now CodiMD) [1] instance for this. The hosted version pushes more and more towards account creation but you can start without account by visiting [2] directly. They have real time collaboration and a long list of additional plugins [3] that allow all kinds of nice collaboration use cases. For example it is possible to convert some bullet points into a presentation with minimal effort. What…

We self-host CodiMD as well. It's great for collaborative technical writing, such as software analysis and design specs. It lets the developers just use Markdown, which is really great when dealing with code samples (triple-backtick blocks!).

WriteMD doesn't look like it can compete with CodiMD, which is free software and can be hosted locally — two huge advantages. Perhaps it'll improve though. Always good to know of alternatives.

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#34

Earlier quoted context omitted.

Yes, it is. This is a quite typical size of a book. Typically novels have about 100 thousand words, but four times that size is not at all uncommon.

In the context of a book, yes. But I mean in the context of an online Markdown editor. (Or even a Markdown editor at all. Can you actually write books in Markdown?)

I wrote the novel I'm referring to, and a Computer Graphics textbook (with images and equations and stuff).

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#35

Does it support a 400k* word text file without slowing down to a crawl (i.e. a 5-10 second lag between a keypress and a change)? I've tried many markdown editors for my novel, and sadly most editors fail this very basic test :( * Edit: I misread the output of wc. The novel is ~70k words, ~400k characters. Leaving the 400k figure above because of the discussion that follows, because it should still be a reasonable use…

Notepad++ can edit such files. At least that is what I routinely use for much larger files in Windows. Even 500k of text is small fry.

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#36

Earlier quoted context omitted.

Why can't you edit it with some fraction at a time?

I could, and I did for some time, but it's a PITA. The question should be "why should I?". I've since found a Markdown editor that works well for a file this size (Typora - I also had good experiences with Texts).

I've done this in various formats, including single editor, scrivener, and so forth.

I've found that the process of breaking a book up into "chunks" to be a useful one to me. If I can't chunk it, there's probably something wrong with the structure.

But hell, if what you have works for you, go for it. I'm currently using the LeanPub build system which seems to be just enough structure without getting in the way.

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#37

Earlier quoted context omitted.

I could, and I did for some time, but it's a PITA. The question should be "why should I?". I've since found a Markdown editor that works well for a file this size (Typora - I also had good experiences with Texts).

I've done this in various formats, including single editor, scrivener, and so forth. I've found that the process of breaking a book up into "chunks" to be a useful one to me. If I can't chunk it, there's probably something wrong with the structure. But hell, if what you have works for you, go for it. I'm currently using the LeanPub build system which seems to be just enough structure without getting in the way.

Sure, I could edit chapters, or even "acts", separately, and I did for some time; but the novel is a single work, and searching text, replacing text, etc, is much simpler with a single file.

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#38

Earlier quoted context omitted.

Why can't you edit it with some fraction at a time?

I could, and I did for some time, but it's a PITA. The question should be "why should I?". I've since found a Markdown editor that works well for a file this size (Typora - I also had good experiences with Texts).

You could help future readers by mentioning the name of your discovered-editor.

(Me? I'd use Emacs..)

Re: Show HN: Write.md – a shareable distraction-free Markdown editor

#40

Earlier quoted context omitted.

I've done this in various formats, including single editor, scrivener, and so forth. I've found that the process of breaking a book up into "chunks" to be a useful one to me. If I can't chunk it, there's probably something wrong with the structure. But hell, if what you have works for you, go for it. I'm currently using the LeanPub build system which seems to be just enough structure without getting in the way.

Sure, I could edit chapters, or even "acts", separately, and I did for some time; but the novel is a single work, and searching text, replacing text, etc, is much simpler with a single file.

I can see both sides of this. In some ways, this is the old "seat of your pants" vs. "plot the book out" discussion. The important thing is whatever works for you.
Post reply on HN