16 comments

  • n3storm 23 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 22 hours ago
      Maybe to fit more text?
      • n3storm 22 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 17 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.

  • vim-guru 14 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.
    • marcelox86 9 hours ago
      Org mode isn't that hard, but Emacs takes years

      I'm saying this as an Emacs user.

    • Levitating 2 hours ago
      there's asciidoc
  • tlhunter 1 day 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/
    • lelanthran 21 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 :-/

    • KennyBlanken 1 day 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?

    • harshreality 19 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.

  • spaghettifythis 22 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 22 hours ago
    "We do not want your data. Please keep it to yourself."

    (I find that a refreshing perspective.)

  • xg15 14 hours ago
    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...

  • citizenkeen 1 day ago
    Is this Scrivener but with markdown?
  • gatane 1 day ago
    This looks very interesting! I liked the menu for characters and worldbuilding, I should try this soon!
  • abricot 16 hours ago
    Looks like NovelWriter which I'm using.
    • longqzh 14 hours ago
      I like it too. And I have translated it, its creator is friendly and nice
  • aleda145 1 day 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

    • pratikdeoghare 20 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

    • Shorel 17 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.

    • sharkjacobs 1 day 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/

    • baldai 18 hours ago
      Tool you want is called Essay
    • loneboat 1 day 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 16 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.
    • pitched 16 hours ago
      [dead]
    • scotty79 22 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.

  • dualboot 1 day ago
    This looks very inspiring! Thank you for sharing it!
  • pooploop64 1 day 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 23 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.
  • blacksmith_tb 1 day 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 1 day 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 1 day 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 13 hours ago
        There is a section about exactly that on the linked page.
        • hoppyhoppy2 13 hours ago
          Yes, but the description of the differences is not particularly precise.
  • buggylearning 1 day ago
    Can I get it as a vscode plugin?
  • personjerry 1 day ago
    As opposed to the other text editors, which are designed primarily for playing Nethack