The code for this plugin has been merged into the editor-core mono repo.
This is a visualization plugin for Data-Forge Notebook v2 that displays text.
Join the discussion on how user pluggable visualizations should work in DFN v2
Follow the developer on Twitter for news and updates
Checkout the main DFN code repository
You need Node.js installed to use this code.
Clone this repo then install dependenices:
npm install
npm start
Open a browser and navigate to http://localhost:1234/.
npm run start:dev
npm run build