Nova is a code editor created by Panic. In late 2023, I created the Cuddle extension to give me basic syntax highlighting support for KDL documents in my projects. As to why it’s taken me until now to add it to this page is beyond me. |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| static | ||
| .eleventy.mjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| LICENSE | ||
| README.md | ||
| highlight_worker.js | ||
| kdl.tmLanguage.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
README.md
kdl.dev
Built with:
Development
Tested on Node 14.15.0 with npm 6.14.8.
After running npm install, you can run a development environment with:
npm run dev
Note: Changes to Tailwind configuration or bare CSS in global.css are not
picked up and sync'd by 11ty's Browsersync server automatically.