Dolan Miu
e4eeb3f87f
Fix spelling
2023-06-14 01:55:47 +01:00
Dolan Miu
a168dc1c15
Remove redundant code
2023-06-14 01:17:44 +01:00
Dolan Miu
99dee460ae
Fix prettier
2023-06-13 20:55:20 +01:00
Pulpgrinder Dev Team
36e9ac1179
Adding tests for noProof option
2023-06-13 20:27:28 +01:00
Pulpgrinder Dev Team
df619ffe49
Added style support for noProof option.
...
Useful for blocks of source code, and
possibly other things that cause the grammar
and spelling checkers to go nuts.
Example usage:
run: {
font:"Consolas",
color: "0000AA",
break:1,
noProof:true,
},
Also added section to .gitignore to exclude
Mac .DS_Store files. These are useless on
anything other than a Mac.
2023-06-13 20:26:45 +01:00
Dolan Miu
d08349f8eb
Fix tests
2023-06-12 19:19:41 +01:00
Dolan Miu
b6e5b23f89
Fix linting
2023-06-12 19:09:37 +01:00
Dolan Miu
8dd8c079e7
Fix tests
2023-06-12 19:02:12 +01:00
Dolan Miu
eeee01a0e0
Use C8 for coverage
2023-06-12 18:43:29 +01:00
Dolan Miu
09ab91eeef
Fix tests and build
...
Remove unused code and dependencies
2023-06-08 13:30:31 +01:00
Dolan Miu
a0a88412ff
Fix tests
2023-06-07 15:11:47 +01:00
Dolan Miu
972fa77265
Fix tests
2023-06-07 03:19:54 +01:00
Dolan Miu
e69b063687
Porting tests over to vitest
2023-06-05 00:33:43 +01:00
Dolan Miu
a89919397d
Merge branch 'master' into feat/deprecate-shelljs
...
# Conflicts:
# src/file/numbering/numbering.ts
2023-06-01 02:08:08 +01:00
Dolan Miu
0cbb5fb0a3
Convert to vite and clean up build
2023-06-01 02:05:35 +01:00
Dolan Miu
352cde743f
Fix TS issues
2023-05-31 22:56:58 +01:00
Maxim Fedorenko
e77a7dfdcd
tests: fixup tests and linting issues
2023-05-04 12:30:31 +03:00
Dolan Miu
a26292a0fd
Trying to upgrade docx to use Vite
2023-05-01 20:37:39 +01:00
Maxim Fedorenko
a0437381e7
fix: do not use static numeric counters
2023-04-28 13:17:02 +03:00
Lentyaev Pavel
704c678333
fix: unit tests fix
2023-04-19 16:51:03 +03:00
Lentyaev Pavel
c59c5350fd
fix: added unique numeric id creator to avoid numbering render errors
2023-04-18 15:15:38 +03:00
Dolan Miu
0386810714
Write tests and simplify logic
2023-04-04 22:21:01 +01:00
Dolan Miu
10c866bdea
Add tests
2023-03-31 17:16:05 +01:00
Dolan Miu
c3a617fefd
#2028 - Null check
2023-03-31 00:13:36 +01:00
Dolan Miu
44568023cd
Add documentation to basedOn
2023-03-30 19:54:33 +01:00
Dolan Miu
ec379f2e4d
Update documentation
2023-03-26 04:05:41 +01:00
Dolan
1ae5995f9c
Merge pull request #2033 from dolanmiu/feat/remove-redundant-keys
...
Remove unused type keys
2023-03-23 23:14:59 +00:00
Dolan Miu
751ad9d304
Remove unused type keys
2023-03-23 22:59:34 +00:00
Dolan Miu
16bfc78d8d
#2028 Fix patcher offset indexes
2023-03-23 21:01:24 +00:00
Dolan Miu
7785f0df02
Add some tests to boost coverage
2023-03-21 04:30:20 +00:00
ewoutkleinsmann
11c3886659
Merge branch 'dolanmiu:master' into master
2023-03-20 12:08:28 +01:00
Dolan Miu
d5b495df5b
#1988 Allow for children in comments
2023-03-19 00:18:38 +00:00
Ewout Kleinsmann
71953cf45a
Fixes patchDocument for files with binary content
2023-03-17 16:30:35 +01:00
Dolan
b94f9ac25b
Merge pull request #1920 from dolanmiu/feat/float-options
...
Use next attribute component
2023-03-17 02:42:49 +00:00
Dolan Miu
970450074d
#1949 - Add auto space DN feature
2023-03-17 02:20:51 +00:00
Dolan Miu
236cce604f
Fix tests
2023-03-17 00:54:29 +00:00
Dolan Miu
0388a564b5
Deprecate import dotx
2023-03-17 00:20:55 +00:00
Dolan Miu
d02f98956f
Fix spelling errors
2023-03-16 03:24:51 +00:00
Dolan Miu
338f7be967
Add chai as promised and fix async test
2023-03-16 03:14:01 +00:00
Dolan Miu
7e9884081e
Add tests to patcher
2023-03-16 01:55:18 +00:00
Dolan Miu
262f6323d0
Write more tests and simplify code
2023-03-15 03:14:38 +00:00
Dolan Miu
811dd61562
Add tests
2023-03-15 02:46:39 +00:00
Dolan Miu
352511bb55
Add tests
2023-03-14 03:13:23 +00:00
Dolan Miu
8ce057e25c
Context per view wrapper
2023-03-13 21:35:16 +00:00
Dolan Miu
0fba450c9a
Allow patching of ExternalHyperlinks
2023-03-08 23:30:51 +00:00
Dolan Miu
66a1992da0
Add ImageRun feature
2023-03-03 23:47:50 +00:00
Dolan Miu
c9d86619de
Clean up
2023-02-25 22:18:56 +00:00
Dolan Miu
ce485dbc29
Simplify patcher
...
Use map notation
2023-02-25 22:18:31 +00:00
Dolan Miu
4e875b4744
Re-name templater to patcher
2023-02-25 20:18:00 +00:00
Dolan Miu
3f6c006716
Allow for it to work with all xml files under word/
2023-02-25 19:34:04 +00:00