Commit graph

625 commits

Author SHA1 Message Date
steffenrapp
75c790062d fix 2024-09-20 20:02:57 +00:00
steffenrapp
bb7d703cc5 regex 2024-09-20 19:59:02 +00:00
steffenrapp
6b8cfca29d
Merge branch 'main' into translatable 2024-09-20 20:50:51 +02:00
sharevb
f5c4ab19bc
feat(new tool): Regex Tester (and Cheatsheet) (#1030)
* feat(new tool): Regex Tester

Fix https://github.com/CorentinTh/it-tools/issues/1007, https://github.com/CorentinTh/it-tools/issues/991, https://github.com/CorentinTh/it-tools/issues/936, https://github.com/CorentinTh/it-tools/issues/761, https://github.com/CorentinTh/it-tools/issues/649
https://github.com/CorentinTh/it-tools/issues/644, https://github.com/CorentinTh/it-tools/issues/554
https://github.com/CorentinTh/it-tools/issues/308

* fix: refactor to service + add regex diagram + ui enhancements

* fix: update queryParams

* fix: deps

* fix: svg style bug in @regexper/render

@regexper/render use a stylesheet in svg that cause bugs in whole site. So add regexper in a shadow root

* feat(new tool): added Regex Cheatsheet

* Update src/tools/regex-memo/index.ts

* Update src/tools/regex-tester/index.ts

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2024-09-20 18:39:40 +00:00
Corentin THOMASSET
67094980c9
chore(readme): updated logos (#1294) 2024-09-13 18:56:32 +00:00
steffenrapp
9fa9dc047e revert 2024-09-05 17:28:55 +00:00
steffenrapp
3eefdacf9c fix 2024-09-05 17:26:23 +00:00
steffenrapp
ab7b3a6588 copy 2024-09-05 17:21:43 +00:00
steffenrapp
917ff521ea more tools 2024-09-05 17:01:34 +00:00
steffenrapp
c756058c5c json xml texts 2024-09-05 16:46:55 +00:00
steffenrapp
f5a5ca6550 email-normalizer-texts 2024-09-05 16:31:40 +00:00
steffenrapp
0a72a2b24b ascii-texts 2024-09-05 16:12:26 +00:00
steffenrapp
8e4a2206a7 qr code generator 2024-09-03 16:54:31 +00:00
steffenrapp
ff46f178ce fix 2024-08-27 17:04:48 +00:00
steffenrapp
42170052ec fix 2024-08-27 17:02:01 +00:00
steffenrapp
867d415fea copy 2024-08-27 16:47:17 +00:00
steffenrapp
a97e1897e5 markdown-to-html 2024-08-27 16:28:27 +00:00
steffenrapp
b986c49df6
Merge branch 'main' into translatable 2024-08-27 18:12:30 +02:00
sharevb
87984e2081
feat(new tool): Markdown to HTML (#916)
* feat(new tool): Markdown to HTML

Fix partially #538

* feat: add print button

* Update src/tools/markdown-to-html/index.ts

* Update src/tools/markdown-to-html/markdown-to-html.vue

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2024-08-25 20:57:07 +00:00
steffenrapp
028a4ce325 fix 2024-08-15 19:13:03 +00:00
steffenrapp
bff4984998 fix 2024-08-15 18:58:26 +00:00
steffenrapp
c6ca07e7a0 fix 2024-08-15 16:51:14 +00:00
steffenrapp
6892b68819 more texts 2024-08-15 16:43:17 +00:00
steffenrapp
7c5f6e7797 email normalizer 2024-08-15 14:44:39 +00:00
steffenrapp
174046079e
Merge branch 'main' into translatable 2024-08-15 16:38:40 +02:00
Corentin THOMASSET
318fb6efb9
feat(new-tool): add email normalizer (#1243) 2024-08-15 13:29:58 +00:00
steffenrapp
a81514d383 more tools 2024-08-12 17:39:18 +00:00
steffenrapp
5ceb46855d
Merge branch 'main' into translatable 2024-08-12 19:30:26 +02:00
sharevb
f1a5489e21
feat(new tools): JSON to XML and XML to JSON (#1231)
* feat(new tool): JSON <> XML

Fix https://github.com/CorentinTh/it-tools/issues/314

* Update src/tools/xml-to-json/index.ts

* Update src/tools/json-to-xml/index.ts

* Update src/tools/json-to-xml/index.ts

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2024-08-09 20:11:39 +00:00
Diego Fabricio
e1b4f9aafe
feat(lorem-ipsum): add button to refresh text lorem-ipsum (#1213)
Co-authored-by: Diego Guzmán <diego.guzman@caces.gob.ec>
2024-08-07 09:22:08 +02:00
steffenrapp
703e5e6abb update 2024-08-02 14:58:35 +00:00
sharevb
76a19d218d
fix(emoji-picker): debounced search input (#1181)
* fix(Emoji picker): fix lags

Fix #1176 using debounced ref

* chore: fix strange corepack message

Fix corepack claiming strange thing : UsageError: This project is configured to use yarn because /home/runner/work/it-tools/it-tools/package.json has a "packageManager" field
2024-07-11 17:06:17 +02:00
steffenrapp
1d15baaf29 package 2024-06-21 20:34:05 +00:00
steffenrapp
e926a79180 fix(i18n): Make rest of the tools translatable and translate them to German 2024-06-21 20:25:47 +00:00
code2933
b430baef40
fix(format-transformer): set overflow for output area width (#787) 2024-05-27 18:16:24 +02:00
sharevb
dd4b7e687b
fix(jwt-parser): prevent UI overflow on small screen (#1095)
Fix #1045
2024-05-27 11:59:05 +02:00
sharevb
30144aa3f5
feat(base64): Base64 enhancements (#905)
* fix(base64): use js-base64 to handle non ascii text

Use js-base64 to handle non ascii text and ignore whitespaces
Fix #879 and #409

* fix(base64): use js-base64 to handle non ascii text

Use js-base64 to handle non ascii text and ignore whitespaces
Fix #879 and #409

* feat(base64 file converter): add a filename and extension fields

Add filename and extension (auto filled if data url) to allow downloading with right extension and filename
Fix #788

* feat(base64 file converter): add a preview image

Fix #594. Taken from #595 (thanks @SAF2k)
2024-05-20 22:13:55 +02:00
Corentin Thomasset
e876d03608
chore(version): release 2024.05.13-a0bc346 2024-05-13 10:54:18 +02:00
Corentin Thomasset
81cf6b5483
docs(changelog): update changelog for 2024.05.13-a0bc346 2024-05-13 10:54:18 +02:00
Corentin THOMASSET
a0bc3468b2
chore(issues): prevent empty issues (#1078) 2024-05-13 08:44:04 +00:00
Corentin THOMASSET
5a7b0f9636
chore(issues): removed old issue templates (#1077) 2024-05-13 08:11:47 +00:00
Corentin Thomasset
b59942ad9f
chore(node): upgraded node version in CI workflows 2024-05-10 13:26:36 +02:00
Corentin Thomasset
38d568798c
chore(version): release 2024.05.10-33e5294 2024-05-10 12:08:16 +02:00
Corentin Thomasset
9dfd347edf
docs(changelog): update changelog for 2024.05.10-33e5294 2024-05-10 12:08:15 +02:00
Corentin Thomasset
33e5294a94
refactor(lint): removed extra semi 2024-05-10 12:07:50 +02:00
Corentin Thomasset
2852c30e1f
chore(issues): improved issues template 2024-05-10 12:05:35 +02:00
Corentin Thomasset
124284278f refactor(auto-imports): regen auto imports 2024-05-10 11:41:48 +02:00
Corentin THOMASSET
a7992340f7
chore(issues): improved bug issue template (#1046) 2024-05-10 09:28:45 +00:00
steffenrapp
2c2fb216e3
feat(i18n): added German translation (#1038)
* feat(i18n): German translation

* more

* more

* more

* rest
2024-05-10 10:57:42 +02:00
Christopher Conley
221ddfa75c
fix(language): English language cleanup (#1036)
Fix possessive vs. contraction form of "it," clarification, and some general cleanup
2024-05-05 18:49:31 +02:00