This is great news. I've long felt markdown support was a missed opportunity for LibreOffice. There are great options out there, and with AI it's not even terrible to roll-your-own, but I already have LibreOffice anyway and being able to use that instead of reaching for a different tool would be killer. Might be a little while until this makes it into distro packages, but if anyone has tried it I'd love to hear how it compares to the other options.
There's a lot of missed opportunity for LibreOffice, almost all of it to do with insisting on seeing the world in terms that fit neatly within the paradigm of 90s and early 2000s era office suites.
Back when they were quarreling over the standardization of OOXML, instead of pushing their own proprietary** desktop format, they should have instead been pushing hard for something that could be shared with and opened by anyone who has a Web browser (in other words: "anyone")—something that uses HTML as a container format and can degrade gracefully even if you don't have any kind of office suite installed and the only reader software you have for it is Chrome/Safari/Firefox/Edge. There was no chance of beating Microsoft's incumbency with Office when being libre+gratis was the _only_ distinguishing feature. It required doing something different at a fundamental level. Even Microsoft beat them to getting halfway to the place they should have been when they bought the company that wrote what became Windows Live Writer app (which is now itself open source, though neglected, and still mired in visions of desktop software from the 90s: <https://news.ycombinator.com/item?id=23795918>
> Back when they were quarreling over the standardization of OOXML, instead of pushing their own proprietary* desktop format
ODF was developed by a committee and predates OOXML by years and it was standardized by ISO before OOXML was even announced.
That's not pushing their own proprietary format. That's just using the existing ISO standard and not switching to a different, far more complex standard that served little purpose.
Hell even IBM threatened to leave ISO wholesale over Microsoft ramming OOXML through the standards body.
Word is a WYSIWYG document editor with built-in version control and annotations. In order to match that feature set with something like Markdown, you'd basically have to reinvent Word in all ways but for file format.
And if you expect Word's current user base to get by with Emacs or Vim or Zed and git, you really are programmer-brained and need to develop more empathy for ordinary people.
For me, being able to open typical .doc files and re-save as .md w/ a reasonable approximation of formatting is _huge_, and I'm very appreciative of it (and I've long argued that an office suite which just offered only what .md can do would meet the needs of the vast majority of users _and_ keep them from making the sorts of abominable documents folks often complain about).
It’s interesting, a lot of use cases have migrated to tools like that, including Apple Notes, Notion, Slack Canvas and, of course, Gmail and Outlook.
I think a lot of people “need” Word the same way they “need” a pickup truck. It feels better to buy it up front than to worry about needing it on short notice and not having it.
I'm not sure this is quite what you are looking for, though I could be wrong. As far as I can tell they haven't added support for writing Markdown, the added support for importing to and exporting from Markdown.
Open .docx file, save as Markdown to nicely preserve things like headings, bold, etc. I moderately frequently have reason to want to go .docx to .md because I have a lot of ediing/rewriting to do and I'd rather work in Emacs than LibreOffice Writer.
Markdown is a text markup language, of course. The output does not look like the input (unless you want to read raw text Markdown, in which case LibreOffice works fine).
How would that look in a single-pane, edit-in-place, wysiwyg editor? Where would you type the input, and where and when would it show the output?
What are peoples' favourite md implementations? Curious as there are different varieties and even more varied opinions. I am building a lightweight project folder managing app supporting markdown and I am between Commonmark and GitHub flavoured markdown and want to gather thoughts.
I know it doesn’t answer your question, but: AsciiDoc. All major forges support it and it has the same features as all the other Markdown flavors combined.
GFM, because HTML in markdown should not be a parse error, and getting twenty different markdown "specs" to all agree on new syntax for bits they are obviously missing (like details, classed scoping, transclusions, etc) is not happening.
Oh, this is actually very helpful for me! I have an AI copilot extension for LibreOffice Writer and I need to export the doc to a text file before sending it to the LLM. The problem is that I lose the semantic formatting (eg heading).
I know nothing about libre but in MS Word there's the office api you can use to send MD to an API, there's nothing similar? It's great to be able to read/write directly in MD.
I keep wondering how much longer they'll cling to these monsters, office suites as a concept. They make no sense since decades, not just for producing TERRIBLE print documents, but also as awful formats for working with text and any data they might contain.
I see this latest development as an admission that their time is up, but I don't see that same awareness from the people who actually use the software.
So if the people making the software don’t see their time is up and the people using the software don’t see their time is up, who decides their time is up?
The need for a functioning digitalised society, because the current one is digitalising slowly, decades behind technological potential, and poorly at that, so it doesn't work; the result is a lethal inefficiency that is making society itself increasingly unmanageable, with a level of social fracture that I fear is irreparable.
Oh, sure, office suites aren't the only cause, nor the main one, but they are a contributing factor. The model of giving a computer to secretarial staff without any training, which is why this software was created in the first place, has now been extended to almost all "office" workers, and well, it's among the causes of our decline.
We haven't worked with sheets of paper, pages, suspended folders (as directories are rendered in file managers on average), and so on for a long time now; it's high time, then, that the modern General Magic, the Office model, stop screwing everyone over. This won't be understood anytime soon, and the result will be a state of affairs even worse than the present.
kkfx it's right. Office users shoudn't need nothing more complex that WordPad and a simple spreadsheet such as Gnucalc.
Everything else should be either DTP domain, scientific notebooks instead of crappy spreadsheets with parsing bugs (genomics) and Access instead of SQLite3 and any GUI of choice to place forms in a WYSIWYG way making queries against that database.
Based on what others have suggested, I've just tried out pandoc for this, and it's produced really good results in CommonMark from some quite hideous Word documents.
Well LaTeX formulas are not part of standard Markdown, which is a few different Header levels, simple lists, bold, italics, blockquote and... that's about it?
Great news. My first thought was that I want to see how this looks. Unfortunately there is not a single screenshot in the announcement. Missed opportunity in my opinion.
So no tables, footnotes, table of content, math formulas, citations, …
So the better way to create markdown is still to use pandoc and convert your libre office documents into the much more powerful pandoc markdown dialect:
This is great news. I've long felt markdown support was a missed opportunity for LibreOffice. There are great options out there, and with AI it's not even terrible to roll-your-own, but I already have LibreOffice anyway and being able to use that instead of reaching for a different tool would be killer. Might be a little while until this makes it into distro packages, but if anyone has tried it I'd love to hear how it compares to the other options.
There's a lot of missed opportunity for LibreOffice, almost all of it to do with insisting on seeing the world in terms that fit neatly within the paradigm of 90s and early 2000s era office suites.
Back when they were quarreling over the standardization of OOXML, instead of pushing their own proprietary** desktop format, they should have instead been pushing hard for something that could be shared with and opened by anyone who has a Web browser (in other words: "anyone")—something that uses HTML as a container format and can degrade gracefully even if you don't have any kind of office suite installed and the only reader software you have for it is Chrome/Safari/Firefox/Edge. There was no chance of beating Microsoft's incumbency with Office when being libre+gratis was the _only_ distinguishing feature. It required doing something different at a fundamental level. Even Microsoft beat them to getting halfway to the place they should have been when they bought the company that wrote what became Windows Live Writer app (which is now itself open source, though neglected, and still mired in visions of desktop software from the 90s: <https://news.ycombinator.com/item?id=23795918>
> Back when they were quarreling over the standardization of OOXML, instead of pushing their own proprietary* desktop format
ODF was developed by a committee and predates OOXML by years and it was standardized by ISO before OOXML was even announced.
That's not pushing their own proprietary format. That's just using the existing ISO standard and not switching to a different, far more complex standard that served little purpose.
Hell even IBM threatened to leave ISO wholesale over Microsoft ramming OOXML through the standards body.
1 reply →
Word is a WYSIWYG document editor with built-in version control and annotations. In order to match that feature set with something like Markdown, you'd basically have to reinvent Word in all ways but for file format.
And if you expect Word's current user base to get by with Emacs or Vim or Zed and git, you really are programmer-brained and need to develop more empathy for ordinary people.
8 replies →
Care to explain how ODT is a proprietary format, please?
For me, being able to open typical .doc files and re-save as .md w/ a reasonable approximation of formatting is _huge_, and I'm very appreciative of it (and I've long argued that an office suite which just offered only what .md can do would meet the needs of the vast majority of users _and_ keep them from making the sorts of abominable documents folks often complain about).
Pandoc could convert between .doc/.docx and .md, but having that in LibreOffice would still be a welcome and obvious convenience.
2 replies →
It’s interesting, a lot of use cases have migrated to tools like that, including Apple Notes, Notion, Slack Canvas and, of course, Gmail and Outlook.
I think a lot of people “need” Word the same way they “need” a pickup truck. It feels better to buy it up front than to worry about needing it on short notice and not having it.
I'm not sure this is quite what you are looking for, though I could be wrong. As far as I can tell they haven't added support for writing Markdown, the added support for importing to and exporting from Markdown.
I got really excited that I would be able to write in Markdown.
Unfortunately, from the article:
> Markdown import and export features.
Why would you need LibreOffice to write in Markdown? That would be, like, one of the slowest Markdown editors out there.
Are you sure ? It would be faster than most electron based editors
1 reply →
Open .docx file, save as Markdown to nicely preserve things like headings, bold, etc. I moderately frequently have reason to want to go .docx to .md because I have a lot of ediing/rewriting to do and I'd rather work in Emacs than LibreOffice Writer.
How about opening Word documents and being able to save them to Markdown in one click? That's super useful to me.
To copy/paste LLM outputs with maintaining format.
Markdown is a text markup language, of course. The output does not look like the input (unless you want to read raw text Markdown, in which case LibreOffice works fine).
How would that look in a single-pane, edit-in-place, wysiwyg editor? Where would you type the input, and where and when would it show the output?
Obsidian does this. It displays the raw Markdown for the line under the cursor, and renders the marked down content everywhere else in the document.
These things generally already offer side-by-side page layouts anyway, no?
Doesn't seem like that much of a stretch from a UI perspective to do something similar with a Markdown preview.
Google docs allows using markdown hashtags essentially as shortcuts to switch to title, subtitle, subxntitle
Honestly I always prefer the "non-rendered" version, it looks way nicer and readable to the eye.
What are peoples' favourite md implementations? Curious as there are different varieties and even more varied opinions. I am building a lightweight project folder managing app supporting markdown and I am between Commonmark and GitHub flavoured markdown and want to gather thoughts.
At this point pandoc, that way I can at least be sure I can translate it to whatever format I need.
I know it doesn’t answer your question, but: AsciiDoc. All major forges support it and it has the same features as all the other Markdown flavors combined.
GFM, because HTML in markdown should not be a parse error, and getting twenty different markdown "specs" to all agree on new syntax for bits they are obviously missing (like details, classed scoping, transclusions, etc) is not happening.
HTML in markdown has never been a parse error. Unless you're using something very broken.
https://daringfireball.net/projects/markdown/syntax#html
2 replies →
I love Pandoc’s markdown. Wrote my PhD thesis in it, and most of my subsequent articles.
If you really want a good markdown editor better have a look at https://www.zettlr.com/
Oh, this is actually very helpful for me! I have an AI copilot extension for LibreOffice Writer and I need to export the doc to a text file before sending it to the LLM. The problem is that I lose the semantic formatting (eg heading).
Link to the extension for anyone curious: https://extensions.libreoffice.org/en/extensions/show/99471
I know nothing about libre but in MS Word there's the office api you can use to send MD to an API, there's nothing similar? It's great to be able to read/write directly in MD.
It's markdown import and export. Does not support writing in Markdown.
I keep wondering how much longer they'll cling to these monsters, office suites as a concept. They make no sense since decades, not just for producing TERRIBLE print documents, but also as awful formats for working with text and any data they might contain.
I see this latest development as an admission that their time is up, but I don't see that same awareness from the people who actually use the software.
So if the people making the software don’t see their time is up and the people using the software don’t see their time is up, who decides their time is up?
The need for a functioning digitalised society, because the current one is digitalising slowly, decades behind technological potential, and poorly at that, so it doesn't work; the result is a lethal inefficiency that is making society itself increasingly unmanageable, with a level of social fracture that I fear is irreparable.
Oh, sure, office suites aren't the only cause, nor the main one, but they are a contributing factor. The model of giving a computer to secretarial staff without any training, which is why this software was created in the first place, has now been extended to almost all "office" workers, and well, it's among the causes of our decline.
We haven't worked with sheets of paper, pages, suspended folders (as directories are rendered in file managers on average), and so on for a long time now; it's high time, then, that the modern General Magic, the Office model, stop screwing everyone over. This won't be understood anytime soon, and the result will be a state of affairs even worse than the present.
1 reply →
kkfx it's right. Office users shoudn't need nothing more complex that WordPad and a simple spreadsheet such as Gnucalc. Everything else should be either DTP domain, scientific notebooks instead of crappy spreadsheets with parsing bugs (genomics) and Access instead of SQLite3 and any GUI of choice to place forms in a WYSIWYG way making queries against that database.
What is a good way to convert MS Office documents to markdown -- until Microsoft adds "Saves As" option to office apps.
Anything that can run locally instead of uploading potentially sensitive stuff to random websites. Would be handy on work PCs.
The canonical answer is Pandoc.
https://github.com/microsoft/markitdown
Based on what others have suggested, I've just tried out pandoc for this, and it's produced really good results in CommonMark from some quite hideous Word documents.
You could open the doc or docx in LibreOffice 26.2 and use its Markdown export feature?
Libreoffice cannot be installed on work PC
7 replies →
> until Microsoft adds "Saves As" option to office apps
LibreOffice also allows to convert documents via command line, so there's one more bonus.
I don't know about converting PowerPoint and Excel to Markdown, but for Word, I'd say open the file in LibreOffice Writer 26.2, and save as Markdown.
Alternatively, use pandoc, and save the command in a .sh or .ps1 to remember.
If you like to have it integrated in Word: https://www.writage.com/features/
Thanks
This might be useful on a personal PC -- licence seems expensive, though I like it being a one time purchase and not monthly subscription.
Will look to do the free trial to evaluate. (Hope we see more such tooling, and also push the likes of Microsoft to add native support)
My main usecase is on work PC though where I wont be able to install additional software or plugins. So was exploring python scripts and the like.
Thanks for the pointer.
Copy-paste it to Obsidian.
Oh? Let me check. That would be wonderful
Microsoft added markdown support to Notepad, and that went well /s
Does it say how much Markdown is covered? I doubt that it will get the integrated Latex formulas...
Well LaTeX formulas are not part of standard Markdown, which is a few different Header levels, simple lists, bold, italics, blockquote and... that's about it?
simple lists? 50 examples and still gaping holes in the logic and no consistent implementation of lists across any 2 editors.
https://spec.commonmark.org/0.31.2/#loose
3 replies →
I like libreoffice but I can never bring myself to run java and electron apps on my computer.
libreoffice is written in C++
Watch out for RCEs :)
Reference: Windows Notepad App Remote Code Execution Vulnerability https://news.ycombinator.com/item?id=46971516
It's happened before, it'll happen again.
Great news. My first thought was that I want to see how this looks. Unfortunately there is not a single screenshot in the announcement. Missed opportunity in my opinion.
What's to screenshot? It only imports and exports Markdown.
Which Markdown dialect does it support?
It seem they only support Commonmark: https://help.libreoffice.org/latest/en-US/text/swriter/guide...
So no tables, footnotes, table of content, math formulas, citations, …
So the better way to create markdown is still to use pandoc and convert your libre office documents into the much more powerful pandoc markdown dialect:
https://garrettgman.github.io/rmarkdown/authoring_pandoc_mar...
[dead]
[dead]