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-20l10n: Change to a capital letterValdnet
2022-06-20l10n: Change to a capital letterValdnet
2022-06-20l10n: Spelling unificationValdnet
2022-06-20l10n: Spelling unificationValdnet
2022-06-20fix: configure lowlight for code-block-lowlightMax
2022-06-20fix: remove duplicate Dropcursor extensionMax
2022-06-10Use better wording in english to allow easier gender neutral translationsJulius Härtl
2022-06-10Bring back inline code supportJulius Härtl
2022-06-09Include prosemirror.css in RichTextReader.vue to bring back stylingJonas
2022-06-09Adjust guest avatar style to be distinguishable from regular usersJulius Härtl
2022-06-09Use Guest as a default nameJulius Härtl
2022-06-09🚸 (#2463): change error messageVinicius Reis
2022-06-09🐛 (#2463): fix currentDirectory parameterVinicius Reis
2022-06-09🎨 (#2463): format codeVinicius Reis
2022-06-09♻️ (#2463): remove duplicated codeVinicius Reis
2022-06-09✨ (#2463): emit error when image loading failsVinicius Reis
2022-06-09🚸 (#2463): improve uxVinicius Reis
2022-06-09🩹 (#2463): show a falback image when image can't be loadedVinicius Reis
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