friendofsvelte / tipex

An goto sytled text editor for SvelteKit; based on TipTap; tipex
https://tipex.pages.dev/
61 stars 1 forks source link

How to display content from `getJSON()` #13

Closed happer64bit closed 7 months ago

Bishwas-py commented 8 months ago

@happer64bit can you be a little specific with this question?

AlloryDante commented 8 months ago

import { Tipex, tipexEditor } from '@friendofsvelte/tipex'; let jsonContent = $tipexEditor.getJson()

Bishwas-py commented 7 months ago

Closing the issue for now.