зеркало из https://github.com/nextcloud/text.git
Prepare first release
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
1c51eff833
Коммит
627f14ee0e
|
@ -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
Двоичные данные
img/screenshot.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 102 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 662 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 601 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 237 KiB |
|
@ -18,7 +18,8 @@ exclude = [
|
|||
"Makefile",
|
||||
"mkdocs.yml",
|
||||
"run-eslint.sh",
|
||||
"webpack.*"
|
||||
"webpack.*",
|
||||
"img/screenshots"
|
||||
]
|
||||
|
||||
before_cmds = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче