text
text copied to clipboard
π Collaborative document editing using Markdown
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)...
It would be nice if the app would have a function to count the number of words in the document text.
This doesnβt work in [tiptap](https://tiptap.scrumpy.io/) either, but thereβs a discussion at https://github.com/scrumpy/tiptap/issues/337 
- 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
### 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...
This is what happens when you paste some markdown text, e.g. from [Lorem Markdownum](https://jaspervdj.be/lorem-markdownum/):  Should probably be highlighted as markdown properly, or is that difficult? Prosemirror.net has the...
- 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...
- 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...
**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...
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.