You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can preview these components in [the project's storybook](https://ap-web-components.netlify.app/).
9
9
10
+
11
+
10
12
## Contract Editor
11
13
12
14
The Contract Editor component provides a rich-text content editor for contract text with embedded clauses.
13
15
14
16
> Note that the contract editor does not currently support the full expressiveness of Cicero Templates. Please refer to the Limitations section for details.
15
-
16
17
### Limitations
17
18
18
19
The contract editor does not support templates which use the following CiceroMark features:
Copy file name to clipboardExpand all lines: docs/started-resources.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ title: Resources
8
8
- The Main Web site includes latest news, links to working groups, organizational announcements, etc. : https://www.accordproject.org
9
9
- This Technical Documentation: https://docs.accordproject.org
10
10
- Recording of Working Group discussions, Tutorial Videos are available on Vimeo: https://vimeo.com/accordproject
11
-
- Join the [Accord Project Discord](https://discord.com/invite/Zm99SKhhtA) to get involved!
11
+
- Join the [Accord Project Slack](https://accord-project-slack-signup.herokuapp.com) to get involved!
12
12
13
13
## User Content
14
14
@@ -30,21 +30,23 @@ Accord Project is also developing tools to help with authoring, testing and runn
30
30
31
31
### User Interface Components
32
32
33
-
-[Markdown Editor](https://github.com/accordproject/markdown-editor): a general purpose react component for markdown rendering and editing
34
-
-[Cicero UI](https://github.com/accordproject/cicero-ui): a library of react components for visualizing, creating and editing Accord Project templates
33
+
-[Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing
34
+
-[Contract Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-contract-editor): a rich-text content editor for contract text with embedded clauses.
35
35
36
36
## Developers Resources
37
37
38
38
All the Accord Project technology is being developed as open source. The software packages are being actively maintained on [GitHub](https://github.com/accordproject) and we encourage organizations and individuals to contribute requirements, documentation, issues, new templates, and code.
39
39
40
-
Join us on the [#technology-wg Discord channel](https://discord.com/invite/Zm99SKhhtA) for technical discussions and weekly updates.
40
+
Join us on the [#technology-wg Slack channel](https://accord-project-slack-signup.herokuapp.com) for technical discussions and weekly updates.
0 commit comments