git-noise
0ef897ed85
Footnotes initial support ( #718 )
...
* Initial footnotes support: add content-types dependency
* Initial footnotes support: add relationship
* Initial footnotes support: add footnotes.xml
* Initial footnotes support: add footnote_reference() for XMLBuilder
* Initial footnotes support: add FootnoteReference to RunChild
* Initial footnotes support: add footnotes to XMLDocx
* Initial footnotes support: add footnotes module
* Initial footnotes support: add footnote and footnote_reference modules
* Initial footnotes support: add footnotes handling logic
* Initial footnotes support: add footnotes example
* Initial footnotes support: add footnote element
* Initial footnotes support: add footnote_reference element
* Initial footnotes support: add footnotes document
* Initial footnotes support: add open_footnotes for XMLBuilder
* Initial footnotes support: add test for footnotes reading
* Initial footnotes support: update snapshots for footnotes
* Initial footnotes support: add test docx for footnotes reading
* Initial footnotes support: update features list
* Initial footnotes support: update snapshots for footnotes
* Initial footnotes support: fix clippy lint - redundant-clone
* Initial footnotes support: add automatic footnote ID generation
* Initial footnotes support: add footnote_id module
* Initial footnotes support: switch to automatically generated IDs
* Initial footnotes support: switch to automatically generated IDs
2024-06-24 20:37:27 +09:00
bokuweb
76b2622dc6
Support ppr default ( #673 )
...
* fix: ppr change
* fix: spacing
* feat: support pPrDefatul
2024-01-17 22:40:47 +09:00
bokuweb
cfe2887387
fix: character congtrol for js ( #634 )
...
* fix: for js
* fix: snaps
* fix
2023-06-23 13:41:36 +09:00
Griklit
2897f0823c
fix widow_control xml, add character_spacing_control ( #633 )
...
* fix widow_control xml
* add character_spacing_control
* snapshot
fix - character_spacing_values, snack to camelCase
* wasm snapshot
* snapshot
---------
Co-authored-by: gwq <guowanqi@tianchuangsec.com>
2023-06-23 00:20:27 +09:00
hayato-SMZ
984c0c2005
Support textdirection ( #545 )
...
* add text direction setting
* add text_directionSetting setting function
* snapshots update
* change tex_direction type
* change test snapshots
* change wasm test snap
2022-10-14 14:24:13 +09:00
bokuweb
b4be4bbe9b
Support adjust line height in table ( #522 )
...
* fix: support adjust_line_height_in_table in settings
* fix: read adjust in table
* fix
2022-08-25 16:27:55 +09:00
hayato-SMZ
7d026a4ee4
Support multi columns section ( #521 )
...
* Add variable space and transfer the role of columns
* Added attribute "w:num" to w:cols
* Update "docx-core" Test and snap updates
* Update "docx-wasm" snap
* Add columns method to Document struct.
2022-08-25 15:30:19 +09:00
bokuweb
0f5e1d1cdc
0.0.275 ( #517 )
...
* 0.0.275
* fix
* fix: hyperlink child types
* read hyperlink rels
* update snaps
* update
* 0.0.275
* fix
2022-08-09 15:32:17 +09:00
bokuweb
a346cd1a16
Fix support hyperlink reader ( #508 )
...
* fix
* fix: support external link
* wip
* fix
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-07-06 10:47:15 +09:00
bokuweb
f08cefff0a
fix ( #496 )
...
* fix
* fix
* fix
* fix
* fix
* fix
* 0.0.271
* fix
* 0.0.272
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-15 23:28:30 +09:00
bokuweb
585c2b1770
fix: recursive style ( #475 )
2022-05-19 16:35:29 +09:00
bokuweb
5dea38a6d1
feat: improve pic reader ( #456 )
...
* feat: improve pic reader
* feat: improve image reader
2022-03-28 19:40:32 +09:00
bokuweb
54990d5eb1
Fix width type case ( #453 )
...
* fix: add camelcase to width type
* update
2022-03-25 13:20:09 +09:00
bokuweb
ca874e2065
fix: line spacing ( #450 )
...
* fix: line spacing
* update
2022-03-24 17:09:54 +09:00
bokuweb
22aac7b457
fix: read theme ( #425 )
2022-01-27 17:23:30 +09:00
bokuweb
f51735babf
feat: Support pprchange ( #402 )
2022-01-08 01:28:34 +09:00
bokuweb
c89783e8d8
Improve toc writer2 ( #389 )
...
* fix: tab for toc
* fix:
* feat: Add paragraph.raw_text
* fix: improve toc item
* fix: toc item builder
* fix:
* fix
* feat: impl page ref for toc
* fix
* fix
* feat: Suppport hyperlink
* feat: Support alias
* feat: disable auto items
* feat: Add toc styles
* fix: clippy
* fix: test
* fix
2022-01-03 02:18:04 +09:00
bokuweb
a22abb3b4a
Support strike ( #390 )
...
* fix: spec
* fix: spec
* fix: strike
2021-12-21 11:54:27 +09:00
bokuweb
d8f5e19e7e
feat: impl footer reader ( #378 )
...
* feat: impl footer reader
* fix: snaps
2021-12-02 00:07:58 +09:00
bokuweb
423e075eb1
impl header reader with rust ( #376 )
...
* fix: document_rels reader to keep multi rels
* feat: Add header reader
* faet: assign header to sectionProperty
* spec: update snaps
* feat: read titlePg
* spec: update snaps
2021-11-30 02:36:04 +09:00
bokuweb
8c9bb7b72d
impl first and even header/footer with rust/JS ( #374 )
...
* fix: header structure
* fix: footer structure
* fix: Support first and even header / footer with rust
* fix: Support js interface
* fix: test
2021-11-27 19:12:06 +09:00
bokuweb
951899cb8e
fix: disabled empty header ( #369 )
2021-11-25 23:33:13 +09:00
bokuweb
025aee280f
Support default footer ( #366 )
...
* feat: Support default footer writer with rust
* feat: Support footer for default section with js
* fix: improve footer interface
2021-11-25 01:49:27 +09:00
Łukasz Kądalski
241a08dd42
Support for Paragraph's Line Spacing ( #346 )
...
* Support for Line Spacing
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
* Fixing clippy and yarn test
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-09-29 09:03:39 +09:00