kunkun/packages/extensions/demo-worker-template-ext
Huakun 310969e597
UI Updates (#246)
* minor ui updates to shiki

* feat: add markdown renderer

* feat(ui): add scroll area component and expand markdown renderer

* feat(ui): expand markdown syntax highlighting with additional language support

* feat(ui): add markdown language support to syntax highlighting

* feat(ui): update markdown syntax highlighting theme to GitHub Dark Default

* feat(ui): add bash language support to markdown syntax highlighting

* feat: add globe component

* Change RetroGrid bg color

* feat: add headless command list to store detail component

* feat: update markdown renderer

Replace svelte-markdown with svelte-exmarkdown, with custom tauri link renderer and code highlight support

* format and fix eslint
2025-03-13 21:30:52 -04:00
..
deno-src fix: duplicate api calls from comlink (#27) 2024-11-19 05:57:31 -05:00
src UI Updates (#246) 2025-03-13 21:30:52 -04:00
.gitignore [Feature] Implement UI template worker command (#20) 2024-11-08 15:12:20 -05:00
buffer.ts [Feature] Implement UI template worker command (#20) 2024-11-08 15:12:20 -05:00
build.ts refactor: Command class rename (#90) 2025-02-05 12:16:33 -05:00
CHANGELOG.md Feature: add extension api (hide and paste) (#210) 2025-02-26 04:47:43 -05:00
package.json [feat] Improve list view with fuse search and virtual list (#215) 2025-02-28 07:47:09 -05:00
README.md [Feature] Implement UI template worker command (#20) 2024-11-08 15:12:20 -05:00
rollup.config.js [Feature] Implement UI template worker command (#20) 2024-11-08 15:12:20 -05:00
tsconfig.json [Feature] Implement UI template worker command (#20) 2024-11-08 15:12:20 -05:00

tempalte-ext-worker

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.20. Bun is a fast all-in-one JavaScript runtime.