bokuweb
|
2e5a22fc53
|
Fix comment structure (#216)
* fix: Add comment children
* feat: Update snaps
* fix: specs
* spec: Add spec
* fix: js if
|
2020-12-21 17:30:42 +09:00 |
bokuweb
|
089772a12c
|
Impl comment reader (#212)
* feat: Impl comments reader
* feat: Impl comment extended reader
* feat: Fixup comment reader
* feat: Update snaps
* faet: Update snaps
* fix: comment overwritten bug
* fix: parent comment id seeker
* fix: update js reader snaps
|
2020-12-15 22:33:01 +09:00 |
bokuweb
|
7db426a132
|
Support nest comment (#116)
* fix: Prepare extended comments
* feat: Append paraId for paragraph
* feat: Support comment extended
* chore: Add fixture
* fix: browser example
* fix: test
* update snaps
|
2020-08-14 01:57:59 +09:00 |
bokuweb
|
7556154bd5
|
fix: change pStyle dfefault to null (#72)
|
2020-05-27 20:43:25 +09:00 |
bokuweb
|
5fe4e4d646
|
Add reader (#33)
* feat: Add contenttypes and rel deserializer
* feat: Add reader fundation
* feat: Add run reader
* feat: Add run reader
* feat: Add paragraph reader foundation
* fix:test
* feat: Add book mark
* fix:bookmark id
* feat: Add bookmark reader
* feat: Add paragraph json fondation
* fix:fix reader
* feat: Add table reader foundation
* feat: Add table reader foundation
* feat: Add table cell prop serializer
* chore: rename content to children
* feat: Add row serializer
* feat: Add table property serializer
* fix: lint error
* feat: Add table reader
* feat: reader
|
2020-02-11 17:01:39 +09:00 |
bokuweb
|
4447ab6e9d
|
Support hidden (#8)
* feat: Add mock and deleteText
* feat:Support Hidden
* fix: Change comment id to usize
* chore: build wasm
|
2019-12-14 00:47:47 +09:00 |
bokuweb
|
8c82a7b206
|
Prepare for wasm (#2)
* feat: separate run and paragraph
* feat: Add paragraph
* feat:Add Table
* feat: Add numbering
* chore: Add table example
* chore: add test skeleton
|
2019-12-11 14:12:22 +09:00 |
bokuweb
|
73001dc720
|
Use string for wasm (#1)
* feat: Add numberings
* feat: Use String for wasm
This is because wasm-bindgen does not support 'static for function
Pleaase see https://github.com/rustwasm/wasm-bindgen/issues/1187
|
2019-12-09 04:14:27 +09:00 |
bokuweb
|
9ba3ef0aea
|
feat: Support comment only paragraph
|
2019-12-05 15:44:18 +09:00 |
bokuweb
|
e524d6630e
|
feat: Add comment
|
2019-12-04 18:26:09 +09:00 |