Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedl
So here I am on Nextcloud 25.0.13. The text and files_markdown applications are installed.
Opening an .md file on the browser results in some sort of in-browser text editor opening and, more often than not, causing conflicts with the actual file saved on disk on a client.
I tried this from the text [README](GitHub - nextcloud/text: 📑 Collaborative document editing using Markdown) but it does not make the slightest difference (I have refreshed the browser page):
occ config:app:set text open_read_only_enabled --value=1
For good measure, I have also tried this, even though I’ve no idea what “workspaces” are supposed to be:
occ config:app:set text workspace_available --value=0
And I’ve even disabled files_markdown. Nothing.
The only way to get the editor to stop showing up is this:
occ config:app:set text rich_editing_enabled --value=0
But then the file preview stops rendering as Markdown.
So, how do I actually configure things so that:
- When I open a text file (
.txt) it shows the text as fixed-font plain text - When I open a Markdown file (
.md) it renders the Markdown - At no point does it attempt to offer the user an in-browser editor option