Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-06-27 09:27:00 +02:00
Родитель 1c51eff833
Коммит 627f14ee0e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
7 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -6,5 +6,6 @@
- Support for [commonmark](https://commonmark.org/)
- Support for [gfm strikethrough extension](https://github.github.com/gfm/#strikethrough-extension-)
- Insert images or files from Nextcloud
- Adding files currently has the limitation, that the file must be available to the editing user*
- Adding files currently has the limitation, that the file must be available to the editing user
- You can share a file as a public link include images with that for everyone in the document
- External images are not rendered for security reasons

Просмотреть файл

@ -11,7 +11,7 @@
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
]]></description>
<version>1.0.0-alpha2</version>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
@ -19,7 +19,9 @@
<website>https://github.com/nextcloud/text</website>
<bugs>https://github.com/nextcloud/text/issues</bugs>
<repository type="git">https://github.com/nextcloud/text.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshot.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot3.gff</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="17"/>
</dependencies>

Двоичные данные
img/screenshot.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 102 KiB

Двоичные данные
img/screenshots/screenshot1.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 662 KiB

Двоичные данные
img/screenshots/screenshot2.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 601 KiB

Двоичные данные
img/screenshots/screenshot3.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 237 KiB

Просмотреть файл

@ -18,7 +18,8 @@ exclude = [
"Makefile",
"mkdocs.yml",
"run-eslint.sh",
"webpack.*"
"webpack.*",
"img/screenshots"
]
before_cmds = [