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

Adding links to files and URLs through the menu bubble has shown all kind of issues in regards to mobile usage (like the native menu of android/iOS conflicting with ours)...

enhancement
3. to review

It would be nice if the app would have a function to count the number of words in the document text.

enhancement
3. to review

This doesn’t work in [tiptap](https://tiptap.scrumpy.io/) either, but there’s a discussion at https://github.com/scrumpy/tiptap/issues/337 ![writing link via markdown syntax does not work yet](https://user-images.githubusercontent.com/925062/59426564-c4758800-8dd8-11e9-9473-f057d20b1a89.png)

enhancement
1. to develop
upstream

- Go to another app - If the loading takes longer, text sync endpoint is still being polled during the initial page load of the next page

bug

### Initial Experiments - [x] Try plugging in the new collaboration extension into nextcloud text -> **works if we drop user colors** - [x] Check how easily we can use...

enhancement
2. developing
overview
feature: sync

This is what happens when you paste some markdown text, e.g. from [Lorem Markdownum](https://jaspervdj.be/lorem-markdownum/): ![markdown paste](https://user-images.githubusercontent.com/925062/57704845-04730f00-7663-11e9-8fbe-5e8a3bd503f4.png) Should probably be highlighted as markdown properly, or is that difficult? Prosemirror.net has the...

enhancement
1. to develop

- Save the following table as table.html - Open it in the browser - Copy it and paste it into text ``` Country Partner / Service Providers Website Type Customer...

bug
feature: formatting
format: markdown

- Paste a formatted text from other source (handbook) - The content has a remote image - Only the image node label shows (expected due to CSP) - πŸ› It...

bug
1. to develop
feature: images

**Describe the bug** The app messed up the entire markdown syntax of my file. **To Reproduce** Steps to reproduce the behavior: 1. Create a markdown file in your regular markdown...

bug

Solution: Please add `dir="auto"` (In the element that has the class "ProseMirror") so the text will be automatically LTR/RTL depending on the typed text.

enhancement
1. to develop