Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-07fix: various issues with conflict displayMax
2022-06-07refactor: BaseReader for shared code between ReadersMax
2022-06-07rename {Rich,Plain}textReader to {Rich,Plain}TextReaderMax
2022-06-07fix: remove nodes/index.js - import directlyMax
2022-06-07fix: split Table and EditableTable into independent filesMax
2022-06-07fix: try to keep editor from being reactiveMax
2022-06-07fix: package build use full filename in importsMax
2022-06-07fix: bring back table modification buttonsMax
2022-06-07🐛 use path-normalize instead of node:pathVinicius Reis
2022-06-07package: tweak index.html and sylesMax
2022-06-07fix: bring back Tables in RichtextReaderMax
2022-06-07cleanup: unused table nodesMax
2022-06-07cleanup: drop richTextOptions and currentDirectoryMax
2022-06-07cleanup: we do not provide extensions for nowMax
2022-06-07package: only export RichtextReaderMax
2022-06-07refactor: split Reader into Plaintext and Richtext readersMax
2022-06-07refactor: rename ReadOnlyEditor to ReaderMax
2022-06-07fix: image rendering via public previewsMax
2022-06-07fix: provide the current directory to ReadOnlyEditorMax
2022-06-07fix: image display with fallback to preview urlMax
2022-06-07refactor: make everything but resolve private in ImageResolverMax
2022-06-07refactor: inject $imageResolver in EditorWrapperMax
2022-06-07minor: remove unused import of BlockquoteMax
2022-06-07refactor: introduce ImageResolverMax
2022-06-07refactor: renames to prepare handling missing sessionMax
2022-06-07fix: find link href based on prosemirror nodeMax
2022-06-07feature: emit clickLink from `ReadOnlyEditor`Max
2022-06-07fix: reactive content in ReadOnlyEditorMax
2022-06-07WIP: first take on building package with viteMax
2022-06-07refactor: use Editor.new directly in ReadOnlyEditorMax
2022-06-07refactor: RichText extension groups all text formattingMax
2022-06-07Implement toMarkdown for hard break instead of replacing after markdown trans...Julius Härtl
2022-06-07Use two spaces instead of backslash to indicate hard break in markdownJulius Härtl
2022-06-07Add @tiptap/extension-hard-break to support hard breaksJulius Härtl
2022-05-31🧑‍💻 (#2462): proxy some sync service eventsVinicius Reis
2022-05-31⚡️ (#2462): remove memory leak from unnecessary listenersVinicius Reis
2022-05-31🩹 (#2345): use nextcloud button instead of html buttonVinicius Reis
2022-05-30🎨 (#2345): sort icons2345-migrate-icons-to-vue-material-design-iconsVinicius Reis
2022-05-30💄 (#2345): use mdi icons in bubble menuVinicius Reis
2022-05-30✨ (#2345): more iconsVinicius Reis
2022-05-30🩹 (#2345): prevent error when file is undefinedVinicius Reis
2022-05-30🩹 (#2345): improve ActionList componentVinicius Reis
2022-05-30✏️ (#2345): typofixVinicius Reis
2022-05-30✏️ (#2345): typofixVinicius Reis
2022-05-30🐛 (#2345): fix wrong condictionVinicius Reis
2022-05-27🩹 (#2345): remove test codeVinicius Reis
2022-05-27⚰️ (#2345): remove unused iconsVinicius Reis
2022-05-27🐛 (#2345): fix missing help modalVinicius Reis
2022-05-27🐛 (#2345): fix missing event trigged when actionEntry have an click instea...Vinicius Reis
2022-05-27🐛 (#2345): fix pass through of propsVinicius Reis