Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 930 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 930 Bytes

Craft eXtension Inline Calendar

This Extension provides the ability to add a table that functions as a calendar. Only English is supported atm. This was built to help plan events by adding a calendar to your Note.

image

Building

Simply run npm install and then npm run build to generate the .craftX file which can be installed. You can use npm run dev to test and debug in your local environment

Notes

At the time of development, the default had a bug where the date picker would close as soon as your mouse left the input box. flatpickr was implemented as a workaround. Its not perfect, but it works.

Currently only english is supported.

Other Notes

To learn more about Craft eXtensions visit the Craft X GitHub