text icon indicating copy to clipboard operation
text copied to clipboard

📑 Collaborative document editing using Markdown

Results 576 text issues
Sort by recently updated
recently updated
newest added

### 📝 Summary * Resolves: #5270 #### 🖼️ Screenshots (wip) [Bildschirmaufzeichnung vom 20.02.2024, 12:23:34.webm](https://github.com/nextcloud/text/assets/97337118/c6180bf3-b551-4e96-8b7a-d03687940aa5) ### 🚧 TODO - [ ] allow turning the preview back into a link - [...

**Describe the bug** Sometimes closing the editor won't save the file. The sync request goes out but since the version has not increased it does not save anything. **To Reproduce**...

bug
1. to develop
bug: regression
feature: sync
26 feedback

## Goal When editing a markdown file I want to be able to embed content from another app either as a preview or editable ## Approach - [ ] define...

enhancement

**Describe the bug** Some ANSI text gets converted to UTF8 with broken umlauts when opening and saving **To Reproduce** Steps to reproduce the behavior: 1. Use provided ANSI file 2....

bug

## Short summary of the issue I'm using an external Markdown Editor (Obsidian) and sync the files via the NextCloud Desktop Client to the server. When saving a markdown file...

bug
1. to develop
format: markdown

**Describe the bug** Changes from the text editor in the Nextcloud Android app don't get synced on the server filesystem. But they show up in the editor on other devices....

bug
feature: direct editor

This CSS change removes the extra bottom padding (which is in fact a paragraph bottom margin). It makes text more compact, which is IMO relevant because warning blocks aim to...

design
3. to review

**Describe the bug** Ref https://github.com/nextcloud/text/pull/5212 **To Reproduce** Steps to reproduce the behavior: 1. Have a collective page with a list and inside the list there is a code block: ```...

bug
1. to develop
bug: regression
regression

**Is your feature request related to a problem? Please describe.** Sometimes I want to quickly create a text file to take some notes, and when I want to change its...

enhancement
design
ux
feature: direct editor

## Short summary of the issue If you use the code block and enter a slash after a space, the Markdown menu opens. ## Example markdown file ````markdown normal text...

bug