mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
feat: add create_conceptmap for interactive HTML concept maps
### CHANGES - Add `create_conceptmap` for HTML concept maps using Vis.js - Introduce `fix_typos` for text proofreading and corrections - Implement `model_as_sherlock_freud` for psychological modeling - Add `predict_person_actions` for behavior prediction - Include `recommend_yoga_practice` for personalized yoga guidance - Credit pattern contribution to @FELIPEGUEDESBR
This commit is contained in:
@@ -1925,6 +1925,13 @@
|
||||
"WELLNESS",
|
||||
"SELF"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_conceptmap",
|
||||
"description": "Transforms unstructured text or markdown content into an interactive HTML concept map using Vis.js by extracting key concepts and their logical relationships.",
|
||||
"tags": [
|
||||
"VISUALIZE"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user