Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

File metadata and controls

12 lines (8 loc) · 435 Bytes

Document Weaver — Project Rules

Deployment Workflow

  1. Build (npm run build)
  2. Copy main.js and manifest.json to C:\Users\권혁진\Documents\obsidian\hj_home\.obsidian\plugins\document-weaver\
  3. Confirm the feature works in Obsidian before proceeding
  4. Commit and push to GitHub only after local testing passes

Git & Versioning

  • Git tags use bare version numbers, no v prefix (e.g. 1.0.8, not v1.0.8).