You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exocortex uses an ontology-driven property system. All frontmatter properties must follow a strict naming convention to maintain consistency across the knowledge graph.
Decision
Properties follow the format: namespace__Class_property
Approved Namespaces
Namespace
Domain
exo__
Core Exocortex
ems__
Effort Management System
ims__
Information Management System
ztlk__
Zettelkasten
ptms__
Personality Type Management System
lit__
Literature
inbox__
Inbox
Do's and Don'ts
Do
Use approved namespace prefixes
Follow namespace__Class_property format exactly
Define new properties in domain constants
Don't
Invent custom namespace prefixes
Use camelCase or snake_case for property names without namespace