diff options
author | Radu <radu@pml4t.net> | 2023-08-27 16:43:48 -0400 |
---|---|---|
committer | Radu <radu@pml4t.net> | 2023-08-27 16:46:16 -0400 |
commit | dbe9ff667be93ccb67ca7a31effd58cb7ae61377 (patch) | |
tree | 3c245032c0d5d32cbfa09a6c6a3b1dff7a3526a3 /README.md | |
parent | 56498877b12a1223f7e5300af6c445f8e841228c (diff) |
Add extension ZIP generator
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ A browser extension that converts commands (some TeX) in textboxes to unicode as one types. It is intended particularly for inserting simple mathematics in chats without native support. Ignore the cheesy name. +To bundle the extension, run `nix build` in the root of this repository. The +result will be available at `result/tex-type.zip`. + ## 'Supported' Websites The extension should work with `<input type="text">`, `<textarea>` and |