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/marks
AgeCommit message (Expand)Author
2022-07-10Do not unintended remove or modify link titles, fixes #2699Ferdinand Thiessen
2022-07-06backport of feature: emit clickLink from `ReadOnlyEditor`Max
2022-07-05fix: specify file extensions in import statementsMax
2022-04-21🔀 (#2097): backport to stable24Vinicius Reis
2022-04-06fix file links, generate and open internal link if possibleJulien Veyssier
2022-02-09upgrade: tiptap v2Azul
2022-02-03Add key bindings for uppercase letters for bold, italic underlineJonas
2022-01-24handle __ as underline when loading markdown filesMax
2022-01-24refactor: move markdownit to its own directoryMax
2022-01-24Support underline - use `____` in markdownAzul
2021-11-27Update mark input/paste rules to tiptap v2 regular expressionsJonas Meurer
2021-03-11Fix clicking links with color annotationsJulius Härtl
2020-11-12Validate link before openingJulius Härtl
2020-08-11update title when following linksAzul
2020-08-11detect local links and open in Viewer right away.Azul
2020-08-11Follow links inside the viewerAzul
2020-08-11open relative links in new tab on middle clickAzul
2020-08-11open local links in same tabAzul
2020-08-11refactor: define our own Link mark to rewrite hrefsAzul
2020-06-22Show tooltip on link hoverJulius Härtl
2019-11-05Move to @nextcloud packagesJulius Härtl
2019-06-11Implement strike support by extending the default markdown parserJulius Härtl
2019-06-11Fix code style and add missing filesJulius Härtl
2019-06-06Fix conflict handling in tiptapJulius Härtl