Skip to content

ubugeeei-taskgraph/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskgraph-config

taskgraph-config is the shared source of truth for ubugeeei/taskgraph.

It contains:

  • the task schema used by both vaults
  • taxonomy and linking rules
  • Obsidian templates
  • portable .obsidian defaults
  • plugin guidance for GUI-first editing
  • shared Metadata Menu fileclasses
  • a small sync script that installs the shared config into a vault

The shared vault UX now assumes:

  • 90-index/home.md is the landing note
  • Dataview powers the overview notes
  • Metadata Menu owns typed task editing
  • Style Settings can tune the shared snippet without editing CSS

Intended workflow

  1. Keep all shared conventions in this repository.
  2. Apply the config to public-vault/vault and private-vault/vault.
  3. Let each vault add local settings only when they are visibility-specific.

Syncing a vault

vp run install:config -- /absolute/path/to/vault

The script copies the shared .obsidian files and the templates into the target vault.

Validation

vp install
vp run validate

The validator checks the task schema, graph links, and parent or child consistency across both vaults.

For arbitrary vault locations:

vp run validate:vault -- /absolute/path/to/vault public
vp run validate:vault -- /absolute/path/to/vault private

For the current repository layout, the public source of truth lives in public-vault/vault and the private source of truth lives in private-vault/vault.

About

ubugeeei taskgraph obsidian config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors