factly / scooter

Scooter is a Notion like editor built on top of TipTap & Prosemirror.
https://scooter-storybook.pages.dev
20 stars 4 forks source link

create claims extension for fact checks in dega #80

Open surajmn1 opened 1 year ago

surajmn1 commented 1 year ago

The claims extension should parse below markup and render ui similar to what we have in dega for displaying claims in fact checks within the editor.

<claims>
<claim id=1 order=1></claim>
<claim id=2 order=2></claim>
<claim id=3 order=3></claim>
</claims>
deshetti commented 1 year ago

This is pending on the issue opened on TipTap: https://github.com/ueberdosis/tiptap/issues/4204

surajmn1 commented 1 year ago

After discussing we have revised the requirements for the extension .This would require adding two menu items to the slash commands menu as follows :

surajmn1 commented 1 year ago

Tasks left: