scottbenton / Iron-Link-React

1 stars 0 forks source link

Add game log entry views to the notes #12

Open scottbenton opened 18 hours ago

scottbenton commented 18 hours ago

Depends on #10

We want to add entries for game log items into the notes. This will require adding custom elements to the tiptap editor, and coming up with larger designs for things such as move rolls, progress rolls, oracle rolls, and more. We may need to store more information to each scenario, and that is totally fine.

Iron Vault (the obsidian plugin) is a great source of inspiration for this - they have done a great job at adding these in. Some ideas from them: A smaller collapsed view by default with the basic information. Expanding this reveals more granular details.

Bonus points: We maybe want to add a button to the notes header that allows these to be hidden in Read-Only mode?