Writing program

Besides Libre Office, what other programs/solutions exist in the Linux world for writers?

(Please, don’t suggest VIM. After all the memes and comments I’ve read, I’ve come to dread it).

I like writing but the standard Writer tends to send me in a constant formatting spree.

I want to get back to writing regularly and something that could help me stay focused and somewhat organized would be nice.

Elric,

God he says no Vim and everybody goes on about vim. Please learn to read. It obviously isn’t for programming.

fruitycoder,

I honestly use nvim for my general note taking.

MothWaves,

Recommendations for OP aside, with sentence-based editing (das/cas/etc…) I feel like vim can be a really good tool for writing.

jodanlime,
@jodanlime@midwest.social avatar

If you base your opinion of vim from memes you are missing out. Anyone who can’t take 10 minutes to type vimtutor in their terminal is not someone to base an opinion on. These memes come mostly from impatient people that can’t read the docs. It’s a fantastic text editor.

That being said, it’s not meant to be used for written words it’s meant to write code and config files. You want to look for a word processor.

Abiword, etherpad, focuswciter are probably the next 3 biggest on Linux behind libre and open office.

Personally I prefer markdown for most things these days but it’s not exactly meant for word processing either.

Polyester6435,

(Neo)Vim is fantastic for writing when combined with some plugins and LaTeX

bellsDoSing,

IMO (neo)VIM is great for writing text as well, when all you need is markdown level formatting. Personally I use vimwiki a lot (many years by now).

mcepl,
@mcepl@lemmy.world avatar

Not vim necessarily, but I would really suggest thinking about a plain text editor of your choice and some of those lightweight markup languages (Markdown itself, reStructuredText, ASCIIDoc … I prefer rST, but they are mostly the same). Exactly because it allows me to concentrate on the content and ignore formatting. Besides, formatting, do you write for print or as everybody else these days for HTML? Why do you need a large word processor which is build primarily for preparing documents for print? Every serious text editor has some kind of plugins with spellcheckers, grammar checkers, dictionaries, etc.

qyron,

I like so say I want someday to see my work out in the world in the form of (e)books, so I want to keep my options open.

CrabAndBroom,

There is still an older version of Scrivener available for free, from when they were beta testing it on Linux. It still worked well last time I checked. The Windows version also runs really well in WIne, although it takes a bit of setting up initially.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Compatibility is apparently really good on Linux according to CrossOver reports only a month or two ago: www.codeweavers.com/compatibility/…/scrivener

Landless2029,

I have paid scrivener and it’s a fantastic product for writing a story… or a DnD campaign even!

I haven’t shopped around but I switched from word to onenote to scriv and stopped looking. This is from my experience on windows not linix.

Not sure how good the beta is. forum.literatureandlatte.com/t/…/31623

LainOfTheWired,
@LainOfTheWired@lemy.lol avatar

If you don’t need all the features of a full office suit then check out markdown and and editor like ghostwriter

rodbiren,

I second the motion on ghostwriter. Had a nice focus mode, looks good, isn’t distracting. I use syncthing to backup everything. It’s my jam.

kzhe,

Norka, Apostrophe, Obsidian

qyron,

Can I get some links, please?

kzhe,

Sorry, I was on mobile.

The spiteful thing to do would be linking Norka and the such but I’ll link them: Norka, Apostrophe and Obsidian.

qyron,

Thank you very much.

rstein, (edited )

It depends on what you want to achieve.

Vi and it’s descendants are brilliant editors for a programmer but not for writing prose. So stay away from them. ;-)

Do you want just to write text without being distracted by an overwhelming gui or are you fine with the hint at options?

Do you want to write in a terminal?

How much do you want to format while typing? By typing the format commands into the text or by clicking on buttons or ctrl-key magic?

Do you need version control?

For each of your combination of answers there are different solutions.

taladar,

Vi and it’s descendants are brilliant editors for a programmer but not for writing prose.

They work just fine for writing prose too. Though you probably do not need to learn them if you only want to write prose.

qyron,

Version control is an interesting idea.

I used to write fiction as a hobbie and want to return to it again.

The blank sheet of a standard text editor messes with my nerves. I lose myself editing, formating, etc.

If I could find a prompt that I could pre set the font, layout of the final work, and then have the program leave me alone, it would be perfect.

Most writers solutions come with a lot of bells and whistles, like word counter, time elapsed, goals, etc. Unnecessary. Distracting.

mvirts,

What do you want from your writing software other than basic text editing?

Mouse or keyboard navigation preferred?

qyron,

Prose. Fiction. Not programming. I may learn to code in a near future but I want to start writing for leisure again.

SuperiorOne,

I recommend Obsidian with community plugins. Application itself isn’t open-source but your content stored as markdown files.

toastal,

Obsidian’s fork of Markdown. Don’t expect compatibility.

Euphoma,

There are extensions for obsidian compatability in Vim and Emacs.

toastal, (edited )

It’s not compatible with other Markdown forks, but the whole Markdown ecosystem is a mess duct taped together by more forks & extensions that aren’t compatible either. Even the common denominator CommonMark is feature-barren & isn’t suitable for documentation or technical writing, but boy howdy will the next guy have his Markdown contraption to sell you.

om1k,

Neovim

toastal,

That’s what I use for my reStructuredText documents!

genie,

Others are recommending Obsidian (which I have no experience with, it may be the right way to go).

Myself, I chose Logseq on a whim a year or two ago and haven’t looked back. In the backend you get a nicely composed set of plain-ol’ markdown files that you can cp/edit/merge as needed.

MothWaves, (edited )

I would have said Doom Emacs but given your note about vim, I’m assuming it wouldn’t be a great fit for you. Still, I used to write in Darkroom on Windows, because I really liked the totally minimal and simplistic nature of it, and Doom Emacs with writeroom-mode is a perfect upgrade.

As for other alternatives, it all depends on your own taste. I don’t think the issue here is really the amount of apps, just finding the right one. You mentioned Writer sends you on a constant formatting spree, so maybe a text editor would fit you better than a word processor like Writer.

In that case, I suggest you look at something that would resemble notepad. Lite XL is my favourite notepad-like text editor but I don’t think it’s usually available as a package. You can also try Gnome Editor as it is essentially Gnome’s answer to the lack of a super-minimalist app like MS notepad on linux. People have mentioned Obsidian and while it’s nice, if you’re not going to be using Obsidian’s graph or linking features I’d say you’re better off with a simpler markdown editor, Marktext is pretty nice imo. Sublime text is another good option for customizability, ease of use, and minimalism (Although not FOSS if that matters to you, neither is Obsidian for that matter).

You can also try and find a port of the original darkroom, as far as minimalism goes it really gets it right.

Overall, from what I can gather from your post, I suggest you use Marktext or LiteXL, if possible. Try out one of the other mentioned apps if those don’t fit your workflow.

Edit: For clarification, these are my suggestions for writing, formatting is a completely different practice and might need other tools.

mvirts,

Vi 😹

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I know you said don’t suggest Vim, but I use Neovim for my writing and write in markdown. Any markdown editor will do. Marker is fine. It’s really easy to convert to another format like HTML or EPUB with pandoc. Markdown has minimal formatting, too, so it shouldn’t bug you so much.

FocusWriter is another good suggestion if that’s more what you’re interested in.

downhomechunk,
@downhomechunk@midwest.social avatar

KDE comes with its own office suite. I’ve always preferred libre office so I don’t have much experience with it, but it’s there.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #