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-09-27♻️ use single entry from @nextcloud/vueVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-09-27🐛 (#2910): add mobile testsVinicius Reis
formatting modal help Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-08-19Rename components to NcJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19Fix eslint errorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-22🚨 fix build warningsVinicius Reis
::v-deep usage as a combinator has been deprecated Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-06-20l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-20l10n: Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-03fix: specify file extensions in import statementsMax
As recommended in @nextcloud/eslint-config@8.0.0 https://github.com/nextcloud/eslint-config/pull/292 Signed-off-by: Max <max@nextcloud.com>
2022-04-19Fix help modal style with @nextcloud/vue >= 5.0.0Jonas
Signed-off-by: Jonas <jonas@freesources.org> Fixes: #2203
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-02-09fix: adjust keyboard shortcuts and help modalMax
Tiptap v2 changed some defaults for the keyboard shortcuts. * use new default ctrl+shift+X for strike through. Old ctrl+d is used to create bookmarks in firefox. * Keep old ctrl+shift+1 ... ctrl+shift+6 for headings. No reason to change as far as i can tell. Also more consistent with lists (ctrl+shift+7/8). * Change ordered lists to ctrl+shift+7. New default from tiptap. This way it comes right after the headings. Signed-off-by: Max <max@nextcloud.com>
2022-01-24handle __ as underline when loading markdown filesMax
Signed-off-by: Max <max@nextcloud.com>
2021-12-30fix stylelint config and one css importJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-12-16l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-15Further wording and layout improvementsJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-12-14Fix modal height and improve wording (both on mobile)Jonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-12-14Remove emoji documentation and minor wording improvementsJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-12-14Make modal full-screen on mobileJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-12-14Make info icon the last item of the formatting barJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-12-13Add formatting help modal (Fixes: #1941)Jonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>