Commit Graph

22 Commits (52af4afeec06472a648603b11fc58a5c7af79c0f)

Author SHA1 Message Date
unvalley 69b4c1a4a3
build: use rust 1.82 and fix clipyy errors (#768)
* build: use rust 1.82 and fix clipyy errors

* refactor: fix clippy errors
2024-10-30 14:53:26 +09:00
bokuweb 60d94921b0
Support ptab in r (#756)
* feat: add ptab

* feat: wasm object

* fix: suppoert ptab

* spec: add read test for ptab

* rc10

* rc11

* rc12
2024-10-15 18:30:05 +09:00
bokuweb 160fac91b7
feat: Support sym (#625) 2023-05-19 18:32:33 +09:00
bokuweb 51af3acfaf
Issue554 (#565)
* fix: replace escaped

* fix: #554
2022-11-04 21:44:34 +09:00
bokuweb 5489d03dd0
fix: use instrTextString in reader (#528)
* fix: use instrTextString in reader

* fix: clippy

* fix: snaps

* fix

* fix: instrTextString
2022-08-31 10:59:48 +09:00
bokuweb 713c18fee2
fix: shape reader (#490)
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-08 00:44:51 +09:00
bokuweb 6fcffc7cfd
fix: image writer with review (#486)
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-03 01:03:16 +09:00
bokuweb b8ad56daab
feat: try to read sdt (#382)
* feat: try to read sdt

* fix: reader

* impl: toc reader

* impl: improve toc reader

* fix: add option

* improve toc reader

* fix
2021-12-15 01:06:32 +09:00
bokuweb ef612ee1ff
Fix bold and italic (#263)
* fix: bold and italic

* use RunProperty::read

* fix

* fix: style rPr reader

* 0.0.179

* fix: snaps
2021-03-24 22:49:32 +09:00
bokuweb 382dd33826
Read text border (#262)
* fix: reader

* 0.0.176

* 0.0.177

* update
2021-03-24 18:00:17 +09:00
bokuweb 93b9f9baca
fix: bolf / italic (#245) 2021-03-16 17:41:36 +09:00
bokuweb 688632bca2
Support default fonts (#207)
* feat: support default font writer

* feat: Support default font by js

* fix: update snaps

* fix: update snaps
2020-12-14 15:01:23 +09:00
bokuweb 3d30737e97
Support abstract num font (#204)
* feat: Add runproperty to abstract num

* feat: Add js if

* 0.0.117

* fix: output

* 0.0.118

* fix: clippy

* fix: update snaps
2020-12-14 11:42:07 +09:00
bokuweb 4a4a1397f9
fix: ignore rPrChange (#89) 2020-07-09 13:25:01 +09:00
bokuweb 00aecc91e0
Support font and paragraph prop (#81)
* feat: Add run fonts

* feat: Fix run property in pPr

* feat: Add js interface

* fix: lint error
2020-06-08 13:41:13 +09:00
bokuweb 74e8b2d90a
Fixed a bug where Delete / Insert can only have one Run (#73)
* fix: runs in insert / delete

* fix: json type

* fix: lint
2020-06-01 13:49:41 +09:00
bokuweb 23a879f26d
Fix textbox import (#58)
* chore: Add fixtures

* feat: Add graphic skeleton

* feat: Add textbox base

* feat: Add graphic reader base

* fix: reader

* fix: json type

* fix: lint error

* feat: Add fixtures
2020-04-07 10:24:56 +09:00
bokuweb 042cdc58f4
Re fix bold (#48)
* fix:bold and italic

* update

* re-fix

* update
2020-02-28 15:36:50 +09:00
bokuweb aa549bd5cf
fix: bold and italic (#47) 2020-02-28 13:50:12 +09:00
bokuweb 0697404b40
Fix breaking (#46)
* fix: brealing

* 0.0.40
2020-02-28 13:42:28 +09:00
bokuweb 61d42f4d3c
Fix whitespace (#45)
* fix: whitespace

* fix: test
2020-02-28 11:36:03 +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