@jotx-labs/core
v2.4.183
Published
jotx core - modular parser, blocks, and document system
Maintainers
Readme
@jotx-labs/core
Platform-agnostic core package for jotx note parsing and serialization.
Installation
npm install
npm testUsage
import { Tokenizer } from '@jotx-labs/core';
const tokenizer = new Tokenizer('hdef page MyNote');
const tokens = tokenizer.tokenize();Development
# Run tests
npm test
# Run tests in watch mode
npm run test:watch
# Build
npm run buildStatus
Week 1 - Tokenizer complete ✅
