Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
559 commits
Select commit Hold shift + click to select a range
5ef9469
Use `stylistic-set: 1` in favor of `ss01` in docs and tests (#6766)
YDX-2147483647 Aug 15, 2025
f985d15
Implement fraction styles: vertical, skewed, and horizontal. (#6672)
tjbcg Aug 17, 2025
f6c6c68
Bump Rust to 1.89 in CI (#6775)
laurmaedje Aug 17, 2025
880e69b
Fix typo in doc on quotes parameter of smartquote (#6779)
ultimatile Aug 18, 2025
eb93294
Fix logical order in bidirectional lines (#6796)
laurmaedje Aug 21, 2025
c163c46
Extract `trim_weak_spacing` function (#6797)
laurmaedje Aug 21, 2025
727df72
Separate items for hyphens, fixing style of repeated hyphen (#6798)
laurmaedje Aug 21, 2025
2501da4
Fix Unicode mapping of hyphenation artifacts (#6799)
laurmaedje Aug 21, 2025
aef36f3
Do not consider default ignorables when picking last resort font (#6805)
laurmaedje Aug 22, 2025
f9caddc
Compute width of shaped text on-demand (#6806)
laurmaedje Aug 22, 2025
720f01a
Fix `sub` and `super` oneliners (#6791)
MDLC01 Aug 22, 2025
206792b
Ensure that hyphenation is possible after a tag (#6807)
laurmaedje Aug 22, 2025
0b0c4cd
Make links to `$grid` in `table` docs more specific (#6776)
YDX-2147483647 Aug 22, 2025
f7b9322
Fix `repr` of `foo.with(..)` (#6773)
MDLC01 Aug 22, 2025
e1c9fc3
Fix case in docs serialization (#6808)
laurmaedje Aug 22, 2025
c7938e9
Add links and examples in the docs of `str` (#6751)
YDX-2147483647 Aug 22, 2025
f278e43
Hash page instead of frame for watch command (#6810)
pohlrabi404 Aug 27, 2025
2d5fa4f
Update nix flake and use nixfmt (#6827)
mkorje Aug 27, 2025
16758e7
Update & fix tutorial part 3 & 4 example code (#6778)
SillyFreak Aug 27, 2025
b08593b
Improve docs on customizing `raw` (#6000)
PgBiel Aug 29, 2025
5546ebe
Better handle large numbers (u128/i128) in deserialization (#6836)
YDX-2147483647 Aug 29, 2025
0a86b5b
Follow the comment on setting the `State`'s mask (#6642)
frozolotl Aug 29, 2025
45ad064
Allow augment line at the beginning and end of a matrix (#5806)
siddhantdev Sep 1, 2025
1f41a9f
Fix slicing last n elements using count (#6838)
eltos Sep 1, 2025
3d64f7b
Fix auto hanging-indent for centered headings (#6839)
eltos Sep 1, 2025
64f0c12
Use rust-analyzer from fenix toolchain in flake (#6826)
mkorje Sep 1, 2025
a880ac8
Type safety for logical indices in line layout (#6848)
laurmaedje Sep 2, 2025
560e49b
Load linked bitmap images in SVG images (#6794)
tovrstra Sep 2, 2025
c340c27
Fix CJ-Latin space at manual line breaks (#6700)
YDX-2147483647 Sep 4, 2025
0a168b6
Allow multi-character symbols (#6489)
T0mstone Sep 4, 2025
154980b
Keep end of line whitespace glyphs (#6866)
laurmaedje Sep 5, 2025
e6f7b19
Fix punctuation in HTML placeholder (#6854)
MDLC01 Sep 5, 2025
bcb0782
Unify and document the behaviours of `{json,yaml,toml,cbor}.encode` (…
YDX-2147483647 Sep 5, 2025
19b53ad
Improve docs of various numbering parameters (#6757)
YDX-2147483647 Sep 5, 2025
674f7b4
Document and test `Sides<T>` parameters (#6862)
YDX-2147483647 Sep 5, 2025
a30dd71
Remove unused `Styles::set_family` (#6879)
laurmaedje Sep 8, 2025
9d8eeb2
Make clear that `Content::query_first` is naive (#6880)
laurmaedje Sep 8, 2025
8778845
Ensure correct tag nesting with grouping rules (#6881)
laurmaedje Sep 8, 2025
0890dc5
Avoid breaking after an empty frame (#6335)
EpicEricEE Sep 8, 2025
28a4eef
Add test for default ignorables before a breakpoint (#6782)
mkorje Sep 9, 2025
05c2658
Fix typos (#6878)
hpcfzl Sep 9, 2025
1a2f20f
Improve the docs on function params of `array.{sorted,dedup}` (#6756)
YDX-2147483647 Sep 9, 2025
43d761d
Add a link from `math.vec` to `math.{arrow,bold}` in docs (#6867)
YDX-2147483647 Sep 9, 2025
a514037
Add a disclaimer about embedding PDFs (#6888)
LaurenzV Sep 10, 2025
1519a57
Improve examples in the docs for under/over functions (#6889)
YDX-2147483647 Sep 10, 2025
130d0ab
Improve docs of `Celled<T>` params of `table` and `grid` (#6764)
YDX-2147483647 Sep 10, 2025
dabe24f
Fix off by one in tag expansion (#6900)
laurmaedje Sep 11, 2025
f542072
More useful `Debug` impls for `Tag` and `Location` (#6901)
laurmaedje Sep 11, 2025
80033bf
Fix potential crash in `Debug` impl of `Property` (#6902)
laurmaedje Sep 11, 2025
27f03f1
Fix `Debug` impl for end tags (#6906)
EpicEricEE Sep 12, 2025
68346f3
Make `select_where!` usable outside of typst-library (#6910)
laurmaedje Sep 12, 2025
978b16e
Fix footnote links in presence of styling (#6912)
laurmaedje Sep 12, 2025
6702dd9
Consistently ignore styles for tags (#6911)
laurmaedje Sep 12, 2025
88b6fc0
Expand tags even a bit more around groupings (#6909)
laurmaedje Sep 12, 2025
3ae6e9d
Don't warn for zero-sized horizontal spacing in HTML export
laurmaedje Sep 11, 2025
8a09c20
Use `singleton!` for `HElem::hole`
laurmaedje Sep 12, 2025
a5c18d1
Add way to attach role to closest element in HTML export
laurmaedje Sep 12, 2025
393f949
Add logical parent mechanism to HTML export
laurmaedje Sep 12, 2025
e2d26ea
Generalize mechanism for root styles to HTML export
laurmaedje Sep 12, 2025
338decd
Support footnotes in HTML export
laurmaedje Sep 12, 2025
b106f92
Add `default` argument to `array.join` (#6932)
MDLC01 Sep 19, 2025
84f9324
Replace the non-existent `$math.arrow` with `$math.accent` in the doc…
YDX-2147483647 Sep 19, 2025
9103b3b
Initial Hayagriva bump (#6920)
PgBiel Sep 19, 2025
5a02fac
Use different colors for object keys and string-based values in JSON …
JKRhb Sep 19, 2025
edd6286
Support for outline in HTML (#6606)
laurmaedje Sep 19, 2025
d663b1f
Use Title Case for Doc Pages (#6936)
MDLC01 Sep 19, 2025
1067313
Improve the docs for dictionary (#6899)
YDX-2147483647 Sep 19, 2025
586b049
Add an illustration for `par.{leading,spacing}` in docs (#6915)
YDX-2147483647 Sep 19, 2025
8080f26
Fix a typo in the plugin doc (#6978)
YDX-2147483647 Sep 29, 2025
3a08143
Cargo.lock: update stacker (#6969)
martinetd Sep 29, 2025
5b9de20
Fix panic on unescaped backslash in .sublime-syntax file (raw.syntaxe…
Andrew15-5 Sep 29, 2025
1ddf1ae
Introduce internal `DirectLinkElem` as a temporary workaround (#6982)
laurmaedje Sep 30, 2025
0a45e7b
Use semantic text formatting elements in bibliography (#6984)
laurmaedje Sep 30, 2025
319be72
Ignore CSL's `display="left-margin"` in block-level containers (#6985)
laurmaedje Sep 30, 2025
3096792
Remove outdated `set_location` call on citations (#6988)
laurmaedje Sep 30, 2025
42bb699
Consistently shift links in PDF a bit vertically (#6987)
laurmaedje Sep 30, 2025
936baa7
Support bibliography and citations linking to it in HTML (#6952)
breezykermo Oct 1, 2025
e17a767
Revise DOM for footnotes in HTML (#6986)
laurmaedje Oct 1, 2025
d0d1b9e
Fix crash when the body of a context expression is a closure (#6975)
Daaiid Oct 1, 2025
776e928
More helpful error message for footnotes in combination with custom `…
laurmaedje Oct 1, 2025
aafa274
Bump hayagriva to 0.9.1 and fix citation supplement comparison (#6171)
wkordalski Oct 1, 2025
ed7a891
Deprecate renamed `modern-humanities-research-association` style (#6994)
PgBiel Oct 1, 2025
563c8d3
Deduplicate `window-sys` dependency (#6996)
laurmaedje Oct 1, 2025
3f8e379
Update krilla
saecki Aug 19, 2025
7d81d53
Make more elements locatable
saecki Sep 24, 2025
1744dea
Update fuzzy snapshot tests
saecki Oct 1, 2025
e50d402
Generate PDF accessibility tag tree
saecki May 13, 2025
90a94da
Generate tags for links
saecki Sep 24, 2025
6804cd7
Generate tags for tables
saecki Sep 24, 2025
ce525c1
Manually generate tags for table and grid cells
saecki Jul 1, 2025
9b2effc
Generate tags for outlines
saecki Sep 24, 2025
3cc3285
Split up PDF tagging code into multiple modules
saecki Jul 3, 2025
cb19cc7
Tag table headers and footers
saecki Jun 28, 2025
0693889
Generate alt text for link annotations
saecki Oct 1, 2025
7cee835
Improve handling of artifacts
saecki Jul 8, 2025
2f28488
Generate tags for lists, enums, and terms
saecki Jul 13, 2025
5bcb755
Make figure captions siblings of the figure
saecki Jul 14, 2025
962d032
Mark heading numbering in outline as Lbl
saecki Jul 14, 2025
6289615
Ensure link annotation are direct children of link tags
saecki Jul 15, 2025
9712641
Add convenience methods to access materialized properties
saecki Jul 30, 2025
f7d8889
Generate tags for more elements
saecki Jul 15, 2025
fc53948
Attach spans to krilla tags and annotations
saecki Jul 18, 2025
b6038ab
Avoid doing extra work when `--disable-pdf-tags` is passed
saecki Jul 24, 2025
e6ba195
Compute BBox of Table, Formula, and Figure tags for PDF/UA-1
saecki Jul 21, 2025
35be048
Handle overlapping introspection tags
saecki Jul 25, 2025
5009e97
Change document language selection and write language attribute on tags
saecki Jul 31, 2025
49d01db
Add support for snapshot testing of PDF tag trees
saecki Jul 29, 2025
2bb7f57
Add `pdftags` snapshot tests
saecki Jul 30, 2025
0812d87
Factor out PDF tagging code into a context module
saecki Aug 1, 2025
80768af
Generate Span tags with text attributes
saecki Aug 1, 2025
d9ccd2b
Disable tags inside tilings and hide elements
saecki Aug 4, 2025
ae4bdfc
Ensure proper reading order for grid cells
saecki Aug 6, 2025
7c28c15
Generate tags for strong and emph
saecki Aug 7, 2025
68f4a20
Properly resolve multi-row table headers
saecki Aug 18, 2025
71776ff
Generate table border and background attributes
saecki Aug 19, 2025
9aa5dd7
Resolve logical parent of frame groups in the tag tree
saecki Aug 25, 2025
4be175a
Infer document language from first toplevel set rule
saecki Sep 8, 2025
5e4f216
Handle link annotations within artifacts
saecki Sep 8, 2025
ec28d78
Build the logical tag tree in a pre-pass
saecki Sep 11, 2025
e55d6af
Change how typst figures are represented in the tag tree
saecki Sep 25, 2025
d18eff5
Add check for consecutive heading levels in PDF/UA-1
saecki Sep 18, 2025
12767b4
Flatten the tag structure within tags that have alt text specified
saecki Sep 18, 2025
906c334
Generate tags for the title element
saecki Sep 18, 2025
d516093
Fix tagging of terms
saecki Sep 22, 2025
674c161
Update accessibility documentation
saecki Jul 25, 2025
085dd66
Check test targets when searching dangling test references
saecki Sep 25, 2025
1dbfd5d
Add feature gate for `pdf.table-summary`, `pdf.header-cell`, and `pdf…
saecki Sep 26, 2025
bd0b8c9
Include region in PDF language tags
saecki Sep 27, 2025
77076ce
Add Tagged capability trait for elements that are used in tagged PDF
saecki Sep 27, 2025
d3b8eb2
Store locale of elements that can have alternative descriptions
saecki Sep 29, 2025
c3f9235
Improve how PDF tags are split when not targeting PDF/UA
saecki Sep 30, 2025
b2eb7fd
Ensure PDF grouping elements don't contain marked content directly
saecki Sep 30, 2025
bc270e7
Sort derive macros
saecki Oct 2, 2025
e7cfe9c
Consistently use Into::into
saecki Oct 2, 2025
b14c08e
Align multi-line error messages
saecki Oct 2, 2025
7c30900
Do not crash for zero-sized images in PDF export (#7005)
laurmaedje Oct 3, 2025
53b7986
Bump `zip` (#6998)
laurmaedje Oct 3, 2025
242cfc8
Bump wasmi and enable its `simd` feature (#6997)
laurmaedje Oct 3, 2025
2521056
Fix regressions in EXIF orientation handling (#7002)
laurmaedje Oct 3, 2025
f9980e7
Fix tab indentation in raw block with CRLF (#6961)
Pipcount Oct 3, 2025
12df6eb
Eliminate unnecessary `usize` usages from `typst-syntax` (#6942)
T0mstone Oct 3, 2025
2179d47
Add Russian translation for footnote, email, telephone (#6926)
Andrew15-5 Oct 3, 2025
7d2115d
Disambiguate names in the doc examples for `state` (#6907)
YDX-2147483647 Oct 3, 2025
b0128a8
Emit data attribute with language tag for raw blocks (#6702)
laurmaedje Oct 3, 2025
74c7a71
Show multi-page examples in typst-docs CLI (#6916)
YDX-2147483647 Oct 3, 2025
72eb57b
Add an example that numbers every 5th `par.line` (#6966)
YDX-2147483647 Oct 3, 2025
ba757ce
Expand and improve examples for array methods (#6999)
Ri-Nai Oct 3, 2025
88ddc1b
Make show rule example in reference more idiomatic (#6871)
laurmaedje Oct 3, 2025
2379fef
Recommend wrapping `heading` content in sticky `block` (#6856)
Marcono1234 Oct 3, 2025
4f9b9a9
Avoid unnecessary groups around elements to reduce size of exported S…
Bequen Oct 3, 2025
35d6a1f
Import translations from babel & cleveref
eltos Oct 3, 2025
717ba1a
Revert overridden translations
eltos Oct 3, 2025
8595bb9
Add translations to lang.rs
eltos Sep 2, 2025
4c27710
Add and fix Language constants
eltos Sep 2, 2025
721a7b1
Add `typst info` command that emits binary and environment informatio…
tingerrr Oct 3, 2025
229aa10
Fix panic because of missing content in PDF tag tree (#7023)
saecki Oct 6, 2025
3e542f2
Fix check for PDF figures containing only marked content (#7027)
saecki Oct 6, 2025
3f919e1
Fix panic on negative text size (#7004)
isuffix Oct 6, 2025
dc92fcd
Add test for positions of elements at the start of a paragraph (#7033)
laurmaedje Oct 6, 2025
cbc9ae1
Bump `codex` (#6875)
MDLC01 Oct 6, 2025
7794d5c
Add French translations (#7010)
MDLC01 Oct 7, 2025
606a86d
Update Galician translations (#7019)
deivisCode Oct 7, 2025
b3446a1
Update Dutch translation (#7026)
Fevol Oct 7, 2025
f4b6c24
Add missing elements to introspector that were filtered out (#7039)
saecki Oct 7, 2025
d7211d7
Update Danish translations for email and telephone (#7031)
JeppeKlitgaard Oct 7, 2025
fc9b82e
Fix box corner radius clamp when missing strokes (#6976)
hooyuser Oct 7, 2025
8e69243
Add `--deps` and `--deps-format` flags for emitting a dependency list…
magistau Oct 7, 2025
e942693
Accessibility documentation (#6905)
reknih Oct 7, 2025
969ea00
Bump codex to released version (#7041)
laurmaedje Oct 7, 2025
f05ef77
Improve example rendering of parameters and nested functions (#7011)
reknih Oct 7, 2025
6613a0d
Disable `embed-fonts` feature in hayro (#7042)
laurmaedje Oct 7, 2025
0895384
Update Slovenian translation (#7032)
hpcfzl Oct 7, 2025
89f89be
Add `--ignore-embedded-fonts` option (#7037)
bluebear94 Oct 7, 2025
ffa7047
Turn PDF images into SVGs in HTML and SVG export (#7043)
laurmaedje Oct 7, 2025
97b3b9f
Invert `disable_pdf_tags` into `tagged` in `PdfOptions` (#7046)
laurmaedje Oct 7, 2025
76c01ca
Add note about `args` module in `typst-cli` (#7048)
bluebear94 Oct 7, 2025
6fa0900
Change tutorial to accomodate `title` (#7014)
reknih Oct 7, 2025
43cba1d
Disallow empty URLs (#7049)
reknih Oct 7, 2025
4f353d2
Add Italian translations for email and telephone (#7050)
Bugg4 Oct 7, 2025
dd18610
Add tests from #7003 (#7036)
isuffix Oct 7, 2025
684d520
Update Chinese translations (#7044)
lzm0 Oct 8, 2025
4f7c058
Spanish translations (#7051)
jassielof Oct 8, 2025
731a227
Update Irish (Gaeilge) translation (#7024)
aindriu80 Oct 8, 2025
398866c
Support for character-level justification (#6161)
diquah Oct 8, 2025
d411156
Warn for optional content groups in PDF images (#7056)
laurmaedje Oct 8, 2025
75d0a0a
Avoid release action from updating prerelease status (#7057)
laurmaedje Oct 8, 2025
8551fbd
Switch docker metadata action into semver mode (#7059)
laurmaedje Oct 8, 2025
0692270
Fix bug with table/grid cells that are used internally or are artifac…
saecki Oct 8, 2025
09667bc
Output OS and ISA arch for typst info (#7060)
reknih Oct 8, 2025
27e85a2
Add section on PDF versions (#7066)
reknih Oct 8, 2025
0d51c3a
Validate PDF tag structure (#7061)
saecki Oct 8, 2025
7c4f1cd
More examples for `frac.style` (#7064)
laurmaedje Oct 8, 2025
c65d766
Bump krilla and expose the remaining PDF/A standards (#7038)
laurmaedje Oct 8, 2025
86a1f3e
Fix PDF tag structure validation error message (#7076)
saecki Oct 9, 2025
d25a94c
Fix unused function warning in release builds (#7074)
saecki Oct 9, 2025
afaf7d9
Disable tagged PDF export when using the --pages option (#7078)
saecki Oct 9, 2025
3dd4f4a
Add optional non-root user to Dockerfile (#7058)
reknih Oct 9, 2025
36f5d04
Fix panic in krilla when `surface.pop()` isn't executed (#7081)
saecki Oct 9, 2025
08d1a9a
Mention that PDF image's version must be <= export version in docs (#…
reknih Oct 9, 2025
b6afb56
Fix typos 2 (#7077)
hpcfzl Oct 9, 2025
530eb00
Update German translations (#7082)
blinkerfluessigkeit Oct 10, 2025
f52d64b
Fix an inconsistent doc link (#7085)
YDX-2147483647 Oct 10, 2025
48d3d98
Streamline docs for typed HTML API (#7083)
laurmaedje Oct 10, 2025
5e96af7
Revert math precedence change (#7084)
laurmaedje Oct 10, 2025
ddd8ae7
Typst 0.14 changelog (#7065)
laurmaedje Oct 10, 2025
6b79d12
Release Candidate 1
laurmaedje Oct 10, 2025
3e9d594
Fix missing grid cell frame parent in introspector (#7124)
saecki Oct 13, 2025
8baf58c
Fix missing `#` in direction docs (#7099)
kamack38 Oct 13, 2025
61f6d58
Fix wrong PR numbers in changelog (#7115)
Marcono1234 Oct 13, 2025
f19b951
Add example to `frac` for changing inline vs block style (#7101)
jbirnick Oct 13, 2025
f2db8f0
Fix the encoding of the placeholder HTML for `typst watch` (#7108)
YDX-2147483647 Oct 13, 2025
49f5f43
Fix panic in tagged PDF export on empty table (#7126)
saecki Oct 14, 2025
341ca99
Bump locked `slab` version (#7141)
laurmaedje Oct 14, 2025
3590cb3
Fix CSS relative value in HTML export (#7096)
AzurIce Oct 14, 2025
6711571
Revert changes to short fall use in math (#7138)
mkorje Oct 14, 2025
4aa0380
Change `styling context` to `style context` in the context docs (#7139)
YDX-2147483647 Oct 14, 2025
aa0dacb
Fix PDF text attributes in logical children (#7092)
saecki Oct 14, 2025
01d74fb
Add French (Canada) translation (#7098)
Krasjet Oct 15, 2025
f6e3a95
Fix typo'd PDF standards in docs (#7127)
arbrauns Oct 15, 2025
1cade29
Fix error in math argument parsing when dots aren't followed by anyth…
isuffix Oct 15, 2025
3ff3f64
Documentation improvements (#7097)
MDLC01 Oct 15, 2025
b2c9453
Omit empty paragraphs in tagged PDF output (#7130)
saecki Oct 15, 2025
6819e44
Only generate PDF link quadpoints when necessary (#7146)
saecki Oct 15, 2025
f5c7883
Do not error for `show footnote: none` with custom head/body (#7145)
laurmaedje Oct 15, 2025
5aa3c03
Improve hint for setting document title (#7149)
laurmaedje Oct 15, 2025
97896a6
Add missing backtick in docs (#7150)
laurmaedje Oct 15, 2025
67d5dd3
Update Typst 0.14 changelog (#7156)
laurmaedje Oct 16, 2025
f0ec26a
Fix footnote references in HTML export (#7158)
laurmaedje Oct 16, 2025
4aefbc3
Improve error message for empty PDF heading titles (#7171)
saecki Oct 17, 2025
d78bb1c
Improve vertical glyph assembly font compatibility (#7170)
mkorje Oct 17, 2025
00968aa
Fix regression in RTL justification due to kept space glyphs (#7172)
laurmaedje Oct 17, 2025
5b5dfa8
Update docs for locatable elements (#7173)
laurmaedje Oct 17, 2025
3e01fbb
Increase max width of example image in accessibility guide (#7164)
EpicEricEE Oct 17, 2025
b7ea265
Simplify CJK-Latin-Spacing implementation
laurmaedje Oct 17, 2025
dc7bcaf
Do not add CJK-Latin-Spacing at shift boundaries
laurmaedje Oct 17, 2025
86aaedc
Fix panic in PDF export when multiple captions appear inside a figure…
saecki Oct 17, 2025
4585caf
Only create located groups for elements that can have logical childre…
saecki Oct 17, 2025
8c17aa7
Release Candidate 2
laurmaedje Oct 17, 2025
55576d0
Fix `measure` with HTML export (#7186)
MDLC01 Oct 20, 2025
36fb6ad
Document limitation to one PDF standard at a time (#7202)
reknih Oct 22, 2025
2fe1b8b
Automatically assign span when creating Packed<T> from Content
saecki Oct 22, 2025
afe3665
Improve PDF/UA multiple captions error message
saecki Oct 22, 2025
c32371b
Defer building table, grid, and figure PDF tag structures
saecki Oct 22, 2025
8239827
Search first semantic child inside PDF figure tag
saecki Oct 23, 2025
7b5bfad
Fix logical order of grid cell regions
saecki Oct 21, 2025
dad2f86
Move inputs into field in JSON deps (#7212)
laurmaedje Oct 24, 2025
91f0afe
Documentation for color blind simulation (#7213)
reknih Oct 24, 2025
99737d8
Update Typst 0.14 changelog (#7214)
laurmaedje Oct 24, 2025
dd1e6e9
Version bump
laurmaedje Oct 24, 2025
46ec377
Merge upstream changes from v0.14.0
github-actions[bot] Nov 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
testit = "test --workspace --test tests --"
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# General
<<<<<<< HEAD
# .vscode
=======
.vscode
>>>>>>> dd1e6e94f73db6a257a5ac34a6320e00410a2534
.idea
_things
desktop.ini
Expand All @@ -26,7 +30,10 @@ package-lock.json
# Nix
/result
.direnv/
<<<<<<< HEAD

# Generated documentation
/assets
/docs.json
=======
>>>>>>> dd1e6e94f73db6a257a5ac34a6320e00410a2534
Loading