mtimkovich / rip_quick_add

Quickly create Google Calendar events from natural language.
https://chrome.google.com/webstore/detail/rip-quick-add/einookkhlkagdckkngcebldmicpilpmk
MIT License
11 stars 3 forks source link

Add local support and add rollup #4

Closed Geslain closed 6 months ago

Geslain commented 6 months ago

Add an option page so that the user can choose the language in which they want to parse the text.

Supported language are the chrono-node currently supported locales (in version 2.7.5).

This also remove the server approach and replace it with rollup approach to embed all code in chrome extension and avoid API calls.

image

image

Geslain commented 6 months ago

Resolve #2

Geslain commented 6 months ago

Thank you for your compliments and your review, glad you liked it ! I'll let you take a look at my last commits and tell me if your ok with these !