Create a literature note from a source (book, article, video, podcast)
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install obsidian-zettelkasten@topographic-studio-plugins<source title> [--author <name>] [--type <book|article|video|podcast>]# Create Literature Note Create a literature note to capture and process ideas from a source. **FIRST**: Load the `obsidian-zettelkasten:zettelkasten-methodology` skill for methodology reference. ## Your Task Create a literature note from the source: `$ARGUMENTS` ## Workflow ### Step 1: Parse Arguments Extract from `$ARGUMENTS`: - **Source title**: Required - **Author**: Optional (--author or -a) - **Type**: Optional (--type or -t): book, article, video, podcast, paper - **URL**: Optional (--url or -u) If missing critical info, use AskUserQuestion: - "Who is the author?" - "What typ...