File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ integrated in Imperia or other CMSs.
14
14
store, etc.) to descending elements
15
15
- ` <seed-config> ` : an empty element for providing config options,
16
16
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.
19
20
- ` <seed-annotation-permanent> ` : shows the last selected annotation
20
21
- ` <seed-transform-rest> ` : transform XML input (or other format) to
21
22
HTML (or other format) using a RESTful webservice implementing the
@@ -150,9 +151,9 @@ pages with usage examples. They are contained in the
150
151
151
152
## Design Principles / Contributing
152
153
153
- 1 . Follow the ** events up; properies down ** principle .
154
+ 1 . Use RTK (Redux Toolkit) for state management .
154
155
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!
156
157
157
158
1 . Prefer TS over JS.
158
159
You can’t perform that action at this time.
0 commit comments