Skip to content

Commit

Permalink
fix: refactored DynbeddedProcessor.ts and fixed some issues
Browse files Browse the repository at this point in the history
created some methods to remove complexity.. still a lot to do
updated
Readme
  • Loading branch information
MMoMM-org committed Oct 30, 2022
1 parent 1195bac commit 3249154
Show file tree
Hide file tree
Showing 20 changed files with 4,684 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
github: [MMoMM-Marcus]
patreon: # Replace with a single Patreon username
ko_fi: mmomm
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ["https://www.buymeacoffee.com/mmomm"]# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
3 changes: 2 additions & 1 deletion Dynbedded/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"obsidian-plugin-base",
"dataview",
"obsidian-tasks-plugin",
"obsidian-dynbedded"
"obsidian-dynbedded",
"buttons"
]
22 changes: 22 additions & 0 deletions Dynbedded/.obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}

0 comments on commit 3249154

Please sign in to comment.