Just a wannabe writer here. I’ve only ever strung a few paragraphs together, maybe an essay’s worth occasionally. I used to work on blog posts in Evernote and I still use it for capturing stray thoughts. I use it as a place for ideas and that’s exactly what happens. I never develop the idea, I just write down another one. Years ago I used Word, but thought maybe now there are apps better suited to the writing process. What do others use for an application/ platform?

  • @[email protected]
    link
    fedilink
    English
    910 months ago

    I am a terrible writer that does it purely for my own edification.

    I use spiral bound notebooks with the coil at the top and whatever pen.

    Every night I try to write one page.

    Sometimes it’s a scene that advances the story or shows something about a character.

    Sometimes it’s a history of some faction or region, or an anecdote that the characters know from their past, or maybe a note about politics or trade.

    Occasionally, I’ll write a character sketch or map and describe a location.

    I just like writing and this way creates the least pressure on me to “write”. It’s just fun.

    If I ever get a complete story I’ll maybe type it into a document and try to edit it.

    The last time I finished something was seven years ago. It was a short story. Wasn’t great but I enjoyed the process. I’ve always got ideas going but this current work is a Yankee in King Arthur’s Court type adventure that I’m really having fun with.

    • @[email protected]
      link
      fedilink
      English
      210 months ago

      Same! It’s helped me organize my writing a ton. Writing longer stories feels easier because of how you can work with specific sections at a time and then piece it all together. Plus it’s nice having any research or story related info in one place.

  • @[email protected]
    link
    fedilink
    English
    410 months ago

    I use google docs. That way, whenver i have a note or phrase to add, i can add it. From phone, laptop, work pc, gaming pc, or my fridge.

    • @[email protected]
      link
      fedilink
      English
      110 months ago

      I do as well. I have a massive document where I just paste everything I write into, sort of like a portfolio.

  • @[email protected]
    link
    fedilink
    English
    310 months ago

    I stick to strictly Markdown. because it’s easier (for me) to convert to eBook, PDF, or website - or all three.

    Depending on the platform, I use different Markdown editors. At the moment I’m using Markor on Android and VSCodium on Windows and Linux.

  • sloonark
    link
    fedilink
    English
    310 months ago

    I just use Word, but so many people swear by Scrivener that I think I’m going to check it out.

    • @[email protected]
      link
      fedilink
      English
      310 months ago

      Scrivener is fantastic for large projects with a lot of moving parts. It lets you keep all of your character sheets, locations, research, notes, etc in one place. It lets you easily move scenes around and will automatically format your manuscript.

      Super powerful tool. However, it has a learning curve, and I have definitely used it as a means of procrastination. If you struggle with the habit of actually sitting down to write, maybe stick with Word for a while.

  • @[email protected]
    link
    fedilink
    English
    210 months ago

    Joplin. It’s Markdown based, supporting math, tables, Mermaid diagrams, and more. You can organize notes into notebooks, including sub-notebooks, as well as with tags. The desktop app supports full text seach. And it has open-source apps for desktop and mobile, and it’s easy to set up synchronization between all devices using standard cloud storage (I use free Dropbox), which is encrypted whenever it’s not on your devices.

    • @[email protected]
      link
      fedilink
      English
      4
      edit-2
      10 months ago

      Wonder how it compares to obsidian now 🤔

      Joplin was on my radar for a bit, but haven’t thought much about it since I’m using obsidian.

      The paid sync is kind of a rip off IMHO, but the CouchDB local sync works just fine. Plugin ecosystem is probably what gives me the largest number of niche features.

      It’s all markdown, I push it to a GitHub repo.

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        Obsidian is the gold standard for notes apps IMO. I don’t see any reason to move to Joplin if you’re using Obsidian.

  • @estallar
    link
    English
    210 months ago

    I recently switched over to using Campfire to do all my writing. Super helpful for keeping world building details and manuscripts all in one place.

  • @[email protected]
    link
    fedilink
    English
    12 months ago

    I’m over engineering the heck out of it. My editor is neovim, which I use for work and to write software too. I write markdown, but it’s not just markdown.

    My stuff is somewhat inspired by the SCP wiki in style, so I’m making it a website with fancy styling via CSS and so on, using Jekyll in the backend.

    It’s a lot of fun and I keep learning more about web dev stuff, but even though I spend a large part of my day today working on it, I hardly wrote any new content. But I have a fancy fake login form for classified data, nice colors and a search feature now.

    Just in case, does anyone know a good markdown editor that with good integration for languagetool, or alternatively one that runs in the browser?