The references workflow is a bit strange for now. As there are various types of references, from quotes to courses to videos, I have to find a way to unify everything.
graph TD; A["Found interesting content 📄"] A -->|"Is a book 📗"|B["Add to LibraryThing for future recommendations"] A -->|"Is a movie 🎞️"|C["Add to Criticker for future recommendations"] A -->|"Is a highlight"|D["Add to Hypothes.is"] A -->|"Other 📄"|Z["Add to Zotero"] B --> E["Sync to the vault"] C --> E D --> E Z --> E E --> F["Create the reference note 🖇️"] F -->|"When I have some time"|G["Consume the content 📄"] G --> H["Update its status in the reference note 🖇️ to consumed"] H --> I["Eventually update its status on other platforms"]
See Vault Wiki for the emoji reference