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-08Fix: Multiple elements with the same html idFerdinand Thiessen
Remove IDs on elements which might be present multiple times in the DOM. This might happen because they are used in the rich workspace but also in the editor viewer. Replaced the ID usage with the class name. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-09-06rename most image stuff to file/media/attachmentJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-06allow media file upload, handle display in ImageViewJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-05Append a newline after inserted imagefix/image_newlineJonas
When uploading/inserting multiple images at once, an empty line will be in between the images. This makes it easier to place content in between the images. Fixes: #2784 Signed-off-by: Jonas <jonas@freesources.org>
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-08-19Adapt to new eslint rulesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-17🚸 (#107): preserve previous level for animationVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-08-17♻️ (#107): move heading anchor logic to heading titap pluginVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-08-17💄 (#107): visual adjustVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-08-17Do not debounce the initial toc renderingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-17Fix animation to only trigger if the heading node actually changedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-17Polish toc stylingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-17Enable outline view on mobileJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-17🚧 (#107): Add outline viewVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-08-02Fix alignment of questionmark in guest avatarJonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-07-30♿️ (#2737): add missing label/titleVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-29fix: move .document-status css to DocumentStatusMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-29refactor: add actual Wrapper, rename old to MainMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-29rename EditorWrapper -> EditorMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-29rename: to Editor/{MediaHandler,Wrapper}Max
Signed-off-by: Max <max@nextcloud.com>
2022-07-29refactor: add Content component for editor contentMax
This injects the `$editor` to display the content. One reason less to have the `$editor` in the `EditorWrapper`. Signed-off-by: Max <max@nextcloud.com>
2022-07-29refactor: add Status and DocumentStatus componentsMax
`Editor/Status` handles the status display in the menubar. `Editor/DocumentStatus` handles the document messages on conflict etc. Also move all files that are only used within it into the `Components/Editor` dir. Signed-off-by: Max <max@nextcloud.com>