I'm guessing it's at least 10x more work as expected.

Reply to this note

Please Login to reply.

Discussion

yes, it's lots of work. worth it tho.

I tried myself to integrate that, too. But for Vue, not for React.

I realised there's nothing related to parsing markdown in either of nostr-editor or tiptap, where it's a pro feature. It's especially uncomfortable when there are nonstandard elements in the markup format, like [[wikilinks]] .

BTW my approach was to convert md -> html to import into tiptaip. But then I need to implement 2 plugins for 1 feature: one in md->html converter (markit) and one in the tiptap markdown serializer.

Looking forward to see your approach to this problem.