@tinia/tdx
TypeScript icon, indicating that this package has built-in type declarations

0.4.2 • Public • Published

@tinialabs/tdx

Tinia Data eXchange (TDX) implementation for Tinia Notebooks using Remark. Forked from @mdx-js/mdx with updated transpiler for Tinia runtime

While the tdx specification is very similar to mdx, a different extension is used as the code in any code blocks is now executed. In addition the execution order of an mdx is linear (a single document) where as a tdx document is executed as a parallel series of interdependent chunks where the order of writing does not matter. The specification also includes yaml front matter by default.

https://github.com/tinialabs/notebook

Installation

npm i -S @tinialabs/tdx

Package Sidebar

Install

npm i @tinia/tdx

Weekly Downloads

0

Version

0.4.2

License

MIT

Unpacked Size

74.8 kB

Total Files

39

Last publish

Collaborators

  • tinialabs1
  • guycreate