Skip to content

Commit

Permalink
Cicero UI -> Web Components
Browse files Browse the repository at this point in the history
Signed-off-by: Subhajit Ghosh <subhajitstd07@gmail.com>
  • Loading branch information
subhajit20 committed Mar 20, 2024
1 parent 38bddb7 commit 71d5060
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 5 additions & 4 deletions docs/ref-web-components-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ Accord Project publishes [React](https://reactjs.org) user interface components

You can preview these components in [the project's storybook](https://ap-web-components.netlify.app/).



## Contract Editor

The Contract Editor component provides a rich-text content editor for contract text with embedded clauses.

> Note that the contract editor does not currently support the full expressiveness of Cicero Templates. Please refer to the Limitations section for details.
### Limitations

The contract editor does not support templates which use the following CiceroMark features:

* Lists containing [nested lists](markup-commonmark.md#nested-lists)
* List blocks [list blocks](markup-commonmark.md#list-blocks)
* Lists containing [nested lists](markup-commonmark#nested-lists)
* Templates [list blocks](markup-blocks#list-blocks)

## Error Logger

Expand All @@ -30,4 +31,4 @@ The Navigation component displays an outline view for a contract, allowing the u

## Library

The Library component displays a vertical list of library item metadata, and allows the user to add an instance of a library item to a contract.
The Library component displays a vertical list of library item metadata, and allows the user to add an instance of a library item to a contract.
12 changes: 7 additions & 5 deletions docs/started-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Resources
- The Main Web site includes latest news, links to working groups, organizational announcements, etc. : https://www.accordproject.org
- This Technical Documentation: https://docs.accordproject.org
- Recording of Working Group discussions, Tutorial Videos are available on Vimeo: https://vimeo.com/accordproject
- Join the [Accord Project Discord](https://discord.com/invite/Zm99SKhhtA) to get involved!
- Join the [Accord Project Slack](https://accord-project-slack-signup.herokuapp.com) to get involved!

## User Content

Expand All @@ -30,21 +30,23 @@ Accord Project is also developing tools to help with authoring, testing and runn

### User Interface Components

- [Markdown Editor](https://github.com/accordproject/markdown-editor): a general purpose react component for markdown rendering and editing
- [Cicero UI](https://github.com/accordproject/cicero-ui): a library of react components for visualizing, creating and editing Accord Project templates
- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing
- [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.

## Developers Resources

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.

Join us on the [#technology-wg Discord channel](https://discord.com/invite/Zm99SKhhtA) for technical discussions and weekly updates.
Join us on the [#technology-wg Slack channel](https://accord-project-slack-signup.herokuapp.com) for technical discussions and weekly updates.

### Cicero

- GitHub: https://github.com/accordproject/cicero
- [Cicero Slack Channel](https://accord-project.slack.com/messages/CA08NAHQS/details/)
- Technical Questions and Answers on [Stack Overflow](https://stackoverflow.com/questions/tagged/cicero)

### Ergo

- GitHub: https://github.com/accordproject/ergo
- The [Ergo Language Guide](logic-ergo.md) is a good place to get started with Ergo.
- The [Ergo Language Guide](logic-ergo) is a good place to get started with Ergo.
- [Ergo Slack Channel](https://accord-project.slack.com/messages/C9HLJHREG/details/)

0 comments on commit 71d5060

Please sign in to comment.