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
AgeCommit message (Collapse)Author
2022-03-01lint: fix errors from @nextcloud/eslint-config@7Max
* Autofix `vue/first-attribute-linebreak`. * Explicitely import `Store` from `vuex`. * Allow importing default with the same name as named for tiptap extensions. This is the way used in tiptap documentation: `import Document from '@tiptap/extension-document'` Disable `import/no-named-as-default` - but only for the lines in question. Signed-off-by: Max <max@nextcloud.com>
2022-01-03use Vuex to store current session and get it in the ImageView componentJulien Veyssier
rename some variables use session auth instead of NC auth to serve images Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-01-26Track authors by step rather than transactionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-13First throw on editor colors based on change tracking example of prosemirrorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>