Skip to content

Commit 72e2b09

Browse files
committed
updates
1 parent 266026a commit 72e2b09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ integrated in Imperia or other CMSs.
1414
store, etc.) to descending elements
1515
- `<seed-config>`: an empty element for providing config options,
1616
e.g., URLs where annotations or alignment information can be found
17-
- `<seed-synopsis-text>`: an single HTML text in a `<iframe>` element
18-
with features for setting up synoptical presentation of texts
17+
- `<seed-text-view>`: an single HTML text in a `<iframe>` element with
18+
features for setting up synoptical presentation of texts,
19+
highlighting passages with annotations and selecting them.
1920
- `<seed-annotation-permanent>`: shows the last selected annotation
2021
- `<seed-transform-rest>`: transform XML input (or other format) to
2122
HTML (or other format) using a RESTful webservice implementing the
@@ -150,9 +151,9 @@ pages with usage examples. They are contained in the
150151

151152
## Design Principles / Contributing
152153

153-
1. Follow the **events up; properies down** principle.
154+
1. Use RTK (Redux Toolkit) for state management.
154155

155-
1. Write components the [Lit](https://lit.dev/docs/) way.
156+
1. Write components the [Lit](https://lit.dev/docs/) way. Write view components!
156157

157158
1. Prefer TS over JS.
158159

0 commit comments

Comments
 (0)