mirror of
https://github.com/element-hq/matrix-rich-text-editor.git
synced 2026-01-11 19:46:33 +00:00
matrix-org -> element-hq
This commit is contained in:
parent
b9fe58beae
commit
bc3db597a5
9 changed files with 18 additions and 18 deletions
2
.github/workflows/triage-labelled.yml
vendored
2
.github/workflows/triage-labelled.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
# Skip in forks
|
||||
if: >
|
||||
github.repository == 'matrix-org/matrix-rich-text-editor'
|
||||
github.repository == 'element-hq/matrix-rich-text-editor'
|
||||
steps:
|
||||
- uses: actions/github-script@v7
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Matrix Rich Text Editor
|
||||
[](https://codecov.io/gh/matrix-org/matrix-rich-text-editor)
|
||||

|
||||
[](https://codecov.io/gh/matrix-org/matrix-rich-text-editor)
|
||||

|
||||
|
||||
A cross-platform rich text editor intended for use in Matrix clients including
|
||||
the Element clients.
|
||||
|
|
@ -10,12 +10,12 @@ and platform-specific wrappers.
|
|||
|
||||
__Important note:__ This project is still in an early stage. Minor versions could bring
|
||||
breaking API changes, see [CHANGELOG.md](CHANGELOG.md) for details.
|
||||
Bugs and crashes may occur, please report them [here](https://github.com/matrix-org/matrix-rich-text-editor/issues/new).
|
||||
Bugs and crashes may occur, please report them [here](https://github.com/element-hq/matrix-rich-text-editor/issues/new).
|
||||
|
||||
## Live demo
|
||||
|
||||
Try it out at
|
||||
[matrix-org.github.io/matrix-rich-text-editor](https://matrix-org.github.io/matrix-rich-text-editor/).
|
||||
[element-hq.github.io/matrix-rich-text-editor](https://element-hq.github.io/matrix-rich-text-editor/).
|
||||
|
||||
## Building the code
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ A workflow will automatically add the tag on main with the version provided in t
|
|||
### Web
|
||||
|
||||
This should be done automatically when a tag is uploaded, but you can also manually launch the
|
||||
[github action](https://github.com/matrix-org/matrix-wysiwyg/actions/workflows/publish.yml)
|
||||
[github action](https://github.com/element-hq/matrix-rich-text-editor/actions/workflows/publish.yml)
|
||||
which will package the code and upload it to NPM. It uses the version number
|
||||
it finds in package.json, which you updated above.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Jonny Andrew <jonnya@element.io>"]
|
||||
homepage = "https://github.com/matrix-org/matrix-rich-text-editor"
|
||||
repository = "https://github.com/matrix-org/matrix-rich-text-editor"
|
||||
homepage = "https://github.com/element-hq/matrix-rich-text-editor"
|
||||
repository = "https://github.com/element-hq/matrix-rich-text-editor"
|
||||
description = "Utilities for Matrix mentions"
|
||||
keywords = ["matrix", "chat", "messaging"]
|
||||
license = "AGPL-3.0"
|
||||
|
|
|
|||
|
|
@ -29,20 +29,20 @@ GROUP=io.element.android
|
|||
# POM_ARTIFACT_ID is configured in each module's gradle.properties
|
||||
VERSION_NAME=2.37.9
|
||||
|
||||
POM_NAME=Matrix WYSIWYG
|
||||
POM_NAME=Matrix Rich Text Editor
|
||||
POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output.
|
||||
POM_INCEPTION_YEAR=2022
|
||||
POM_URL=https://github.com/matrix-org/matrix-wysiwyg
|
||||
POM_URL=https://github.com/element-hq/matrix-rich-text-editor
|
||||
|
||||
POM_LICENSE_NAME=GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
POM_LICENSE_URL=https://www.gnu.org/licenses/agpl-3.0.txt
|
||||
POM_LICENSE_DIST=repo
|
||||
|
||||
POM_SCM_URL=https://github.com/matrix-org/matrix-wysiwyg
|
||||
POM_SCM_CONNECTION=scm:git:git://github.com/matrix-org/matrix-wysiwyg.git
|
||||
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/matrix-org/matrix-wysiwyg.git
|
||||
POM_SCM_URL=https://github.com/element-hq/matrix-rich-text-editor
|
||||
POM_SCM_CONNECTION=scm:git:git://github.com/element-hq/matrix-rich-text-editor.git
|
||||
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/element-hq/matrix-rich-text-editor.git
|
||||
|
||||
POM_DEVELOPER_ID=matrixdev
|
||||
POM_DEVELOPER_NAME=matrixdev
|
||||
POM_DEVELOPER_URL=https://github.com/vector-im/
|
||||
POM_DEVELOPER_URL=https://github.com/element-hq/
|
||||
POM_DEVELOPER_EMAIL=android@element.io
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ struct Release: AsyncParsableCommand {
|
|||
|
||||
var apiToken = ProcessInfo.processInfo.environment["SWIFT_RELEASE_TOKEN"]!
|
||||
|
||||
var sourceRepo = Repository(owner: "matrix-org", name: "matrix-rich-text-editor")
|
||||
var sourceRepo = Repository(owner: "element-hq", name: "matrix-rich-text-editor")
|
||||
var packageRepo = Repository(owner: "matrix-org", name: "matrix-rich-text-editor-swift")
|
||||
|
||||
var buildDirectory = URL(filePath: #file)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# React Matrix Rich Text Editor
|
||||
|
||||
[](https://github.com/matrix-org/matrix-wysiwyg/actions/workflows/react-build.yml)
|
||||
[](https://github.com/element-hq/matrix-rich-text-editor/actions/workflows/react-build.yml)
|
||||
|
||||
The Matrix Rich Text Editor is a React library.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"author": "matrix.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/matrix-org/matrix-wysiwyg"
|
||||
"url": "https://github.com/element-hq/matrix-rich-text-editor"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/matrix-wysiwyg.umd.cjs",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
sonar.projectKey=matrix-rich-text-editor
|
||||
sonar.organization=matrix-org
|
||||
sonar.organization=element-hq
|
||||
|
||||
# set the source code to be everything in /web/src/ and /web/lib/ folders
|
||||
sonar.sources=platforms/web/src,platforms/web/lib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue