mindnet_obsidian/src/vocab
Lars 2fcf333e56
Some checks are pending
Node.js build / build (20.x) (push) Waiting to run
Node.js build / build (22.x) (push) Waiting to run
Enhance edge type handling and categorization
- Added optional description and category fields to edge type entries, improving metadata for edge types.
- Updated the `getAllEdgeTypes` and `groupEdgeTypesByCategory` functions to utilize new fields for better organization and display.
- Enhanced UI components to show descriptions as tooltips and categorize edge types in the EdgeTypeChooserModal and InlineEdgeTypeModal.
- Improved parsing logic in `parseEdgeVocabulary` to extract descriptions and categories from the vocabulary table, ensuring richer edge type data.
- Adjusted the LinkPromptModal to clarify edge type actions and maintain alias information during selection.
2026-01-17 13:59:26 +01:00
..
index.ts Refactor plugin to Mindnet Causal Assistant with enhanced vocabulary management and linting features. Updated manifest and package files to reflect new plugin details and dependencies. Added commands for reloading vocabulary and validating notes. 2026-01-15 11:34:29 +01:00
parseEdgeVocabulary.ts Enhance edge type handling and categorization 2026-01-17 13:59:26 +01:00
types.ts Enhance edge type handling and categorization 2026-01-17 13:59:26 +01:00
Vocabulary.ts Refactor plugin to Mindnet Causal Assistant with enhanced vocabulary management and linting features. Updated manifest and package files to reflect new plugin details and dependencies. Added commands for reloading vocabulary and validating notes. 2026-01-15 11:34:29 +01:00
VocabularyLoader.ts Refactor plugin to Mindnet Causal Assistant with enhanced vocabulary management and linting features. Updated manifest and package files to reflect new plugin details and dependencies. Added commands for reloading vocabulary and validating notes. 2026-01-15 11:34:29 +01:00