Cheese Paper: a text editor specifically designed for writing

134 points by sohkamyung 18 hours ago on hackernews | 37 comments

personjerry | 17 hours ago

As opposed to the other text editors, which are designed primarily for playing Nethack

aleda145 | 17 hours ago

I recently picked up writing short stories again. I briefly looked at different editors, but ended up just doing it in vscode (daily driver). I'll make sure to look at cheese paper for the next one, looks like it has some cool features!

A feature that I have been dreaming about is making an editor that treats each paragraph like a unit of work, and the full text is created by linking together different paragraphs. That way you can easily try different ways without deleting any text. Sort of like nodes in a graph.

And here's my a corporate themed short story: https://dahl.dev/capacity

sharkjacobs | 13 hours ago

I'm not sure exactly what you mean by "unit of work" but I really like writing in Bike[1] for this reason, it's a hybrid text editor/outliner. It is simply my favorite rich text editor and the outliner functions provide really good affordances for organizing and reorganizing paragraphs.

[1] https://www.hogbaysoftware.com/bike/

dbacar | 9 hours ago

I would give that a try if it supported Windows/Linix.

ahmadalli | 7 hours ago

The UX reminds me of logseq: https://logseq.com/

loneboat | 13 hours ago

Is this deliberately borrowing from Herman Melvile's "Bartleby the Scrivener"? If so it might be worth mentioning, rather than just referring to it as "my short story", since it's a nearly identical retelling of it.

pitched | 5 hours ago

“Ah humanity!” Ya, knowing this would have shaped my own reading a lot. I wonder though, if it wasn’t intentional, if the structure came from AI which would have had this in its training data. Asking one for help with outlining a story feels pretty innocuous.

scotty79 | 10 hours ago

> A feature that I have been dreaming about is making an editor that treats each paragraph like a unit of work, and the full text is created by linking together different paragraphs. That way you can easily try different ways without deleting any text. Sort of like nodes in a graph.

You could vibecode it. It's great for prototyping features you've been dreaming about.

pratikdeoghare | 8 hours ago

> making an editor

or you could come up with a notation that works in any editor. I have [1].

> That way you can easily try different ways without deleting any text.

Sorry I haven't yet read your story. Here is how I would explore alternatives with my notation. I do this when designing software/algorithms etc.

``` Elias performed at this level for about a year. He was up for a well-deserved promotion to staff engineer. I sent him a meeting invite to go through the updated leveling framework to make sure we didn't miss anything.

#{ #{ Elias declined the meeting. } #{ Elias went to the meeting but he went late.} ... }

```

[1] https://github.com/pratikdeoghare/brashtag

baldai | 6 hours ago

Tool you want is called Essay

Shorel | 6 hours ago

When each paragraph is one line, you get that for free in any decent editor. Just don't add unnecessary line breaks.

The linebreaks will be added much better by any typesetting algorithm anyway. Like LaTeX.

That's it, no need to overcomplicate things with nodes that are probably the internal memory representation in the text editor anyway.

citizenkeen | 17 hours ago

Is this Scrivener but with markdown?

gatane | 17 hours ago

This looks very interesting! I liked the menu for characters and worldbuilding, I should try this soon!

blacksmith_tb | 16 hours ago

Maybe it would explain itself better if that said "specifically designed for writing fiction"? (lots of other sorts of writing don't have characters, for example...)

hoppyhoppy2 | 16 hours ago

The first sentence of the first non-bolded paragraph of the webpage is:

>Cheese Paper is a text editor specifically designed for writing, particularly fiction.

I don't think the HN submitter is the author of the software, but if you're just referring to the HN submission title then maybe they'll take you up on your suggestion.

KennyBlanken | 13 hours ago

I think it would explain itself better if it explained precisely what makes it better or different from what already exists; Manuskript (open source) and Scrivner (closed source.)

jantissler | an hour ago

There is a section about exactly that on the linked page.

hoppyhoppy2 | an hour ago

Yes, but the description of the differences is not particularly precise.

pooploop64 | 15 hours ago

Another version of this idea that's been around for a while is CherryTree. I would use it a lot more, but there's not really a way to use your notebook on mobile due to it using a special database format that nobody cares about. I love the idea of this program's data instead being a regular folder of regular plaintext files that you can do anything with. In a perfect world everything would be like this, where your files are just your files, and client programs just help you use those files in more effective ways.

n3storm | 11 hours ago

"for a while" :D was hard to find and github repo only has history since 2021 but actual first release date is 2009.

dualboot | 15 hours ago

This looks very inspiring! Thank you for sharing it!

tlhunter | 14 hours ago

I'm a fan of Manuskript on Linux. It's similar but has more features and, IMO, looks better: https://www.theologeek.ch/manuskript/

KennyBlanken | 13 hours ago

Better documentation (well, actually, more like documentation at all), 100+ contributors, 10 years of contributions.

There's a lot of general hand-waving about its featureset and whatnot - and an odd jab about non-English support - but no explanation of how non-English language support is lacking in other projects and why hers is better. And am I really supposed to believe that her project has better non-English support than than something that has 100+ contributors over ten years?

lelanthran | 10 hours ago

> 'm a fan of Manuskript on Linux. It's similar but has more features and, IMO, looks better: https://www.theologeek.ch/manuskript/

It's hard to tell about "looks better": the link for "screenshots" takes you to the #team anchor on the page, which is actually the "latest news" section.

The "How to use" link in the download for 0.17 takes you to https://sourceforge.net/u/gedakc/profile/

This does not inspire confidence :-/

akavel | 7 hours ago

I managed to find some screenshot in the github readme:

https://github.com/olivierkes/manuskript#manuskript

harshreality | 7 hours ago

Cheese Paper is written in rust. That's reason enough to give it a try. Manuskript may have more features if you need them, but it's written in python+js, and has a more obtuse file format.

There's also novelWriter which is also python but at least it uses pyqt.

buggylearning | 13 hours ago

Can I get it as a vscode plugin?

n3storm | 11 hours ago

What is wrong with spacing text from borders? padding for tabs, padding and margin text blocks? why so many lines? well, I can answer that: if you put two elements two close and you don't want to separate them you need a line between.

IMHO is fitts-law abuse, but is having everthing stuck together a functionallity I fail to recognize? Both in Cheese Paper and in Manustkript are designed using a compressed UI.

scotty79 | 10 hours ago

Maybe to fit more text?

n3storm | 10 hours ago

In ancients times when they needed to fit more text within physical boundaries they invented scrolling, pages, chapters, volumes. They even folded maps and other illustration inside books.

esrauch | 5 hours ago

It has scrollbars, but there's benefits to having more on an individual page at once. The tradeoff point seems unclear but everyone must recognize some tradeoff there.

Foldable maps allow for getting everything on one view by having the final display area be enormously larger, which isn't an option on laptop screens.

spaghettifythis | 10 hours ago

"Is the text too readable? Colors too pleasant? Not enough whimsy?"

I found text in the theming section quite funny. I think most custom themes for many different pieces of software manage to provide solutions to at least the first two of those questions.

eichin | 10 hours ago

"We do not want your data. Please keep it to yourself."

(I find that a refreshing perspective.)

abricot | 4 hours ago

Looks like NovelWriter which I'm using.

longqzh | 2 hours ago

I like it too. And I have translated it, its creator is friendly and nice
Is "Unexpected Failure Mode" the name of the current story/document or a feature of the editor?

The author already added theme randomization, I'm slightly worried that they could also add a mode that intentionally crashes at random times to encourage people to save often...

vim-guru | 2 hours ago

I don't get why we get all these kinds of things to support writing in markdown when org-mode already exists and can support pretty much any use-case. Its not that difficult to master.