Skip to content

hvlck/taita.ts

Repository files navigation

taita

command palette library

PLEASE NOTE: I need to update the docs since the TypeScript rewrite is a breaking change (the TypeScript rewrite is not on NPM yet).

Demo | NPM

Table of Contents

File Structure

Taita
/src/
    /taita.js - core file
    /index.js - source version for use with NPM
/build/ (.gitignore'd at the moment)

Demo
/index.html - demo page
/script.js - command palette ui, location of callback functions

Meta
/README.md
/LICENSE

Roadmap

  • examples
  • tests

Usage

Development

  1. Clone the repository
  2. Run npm install or yarn install

To document items: run yarn run doc