Commit graph

10 commits

Author SHA1 Message Date
Mossy1022
9b7cb69cfa Updates dropdown menu to scope and not conflict with excalidraw 2024-06-23 02:46:41 -04:00
Mossy426
378f9b7f90 Updates:
- Added foundation for color legend + coloring nodes
- Updated nodes to have their own fill property
- Removed change background color of global style
2024-06-18 12:47:26 -04:00
Mossy1022
2733358519 Post-Refactor Fixes + UI Polish
- Update intial values (threhsold + nodesize)
- Added filtering + new note changing states
- Keeping track of highlighted node id
- Fixed node label display + position on hover + drag
- Removed label down animation temporarily
- Updated the label formating to cut out folders for dispalying central node
- Updated smartEng to env
- Updated avoid collision to work post refactor with node labels
- Commented out multiselect temporarily
- Updated UI Icons to match graph view
- Updated labels to default upon refresh click
- Ensure visualization is empty when nodesdata is empty
- Commented out tooltips until we bring them back
2024-06-06 02:26:09 -04:00
Mossy1022
b555ff7e11 Updated review changes given by obsidian bot:
- cleaned up console logs
- removed use of inner and outer html
- removed main.js and added to gitignore
- removed assigning stlying directly through js
- removed sample plugin code
2024-06-04 10:13:44 -04:00
Mossy1022
4421ede075 Major Refactor + Cleanup For Plugin Submission
Removed Selection state until we can do something with it
Added dragging check to not change label trim if mouseexit triggered during
Removed Center Force since not needed for viz with one cluster
2024-06-02 17:34:48 -04:00
Mossy1022
a428fa040d Feature Updates
- Added node label size, link label size, and max label character sliders under display
- Enhanced selection state look
- Fixed some selection vs normal vs highlight states
- Added link labels on hover of nodes instead of tooltip
- Cleaned up forces not needed
- Commented out tooltip for now
- Updated from Significance "Relevance"
- Remove unused CSS rules for .node
- Update font-famil to cascadia for .label, .link-label, and .dropdown-menu
- Increased width of .dropdown-menu to 300px
2024-05-31 01:43:16 -04:00
mossy426
8bdf7c5290 Selection Implementation
- Implemented selection state on click
- Added highlighted and selected properties to nodes
- Implemented multiselect selection box via holding down control + holding click and dragging down + to the right
-TODO allow selection box to work dragging from other directions
2024-05-30 04:17:51 -04:00
mossy426
e47f1eddfc Added Note/Block Filter in Settings
Changed score to significance
Some Refactoring
Added better logging for central note and find connections
2024-05-30 01:18:02 -04:00
mossy426
75a5be2fb5 - Moved styles to css file
- Implemented min max slider for link width based on score or "significance"
- Added Tooltip for showing distance on link hover
- Added a set timout before anything to wait for smart connections to do its thing
- Changed plugin ribbon to Smart Graph
- Cleanup + Comments
2024-05-29 19:57:01 -04:00
Mossy1022
ed12927577
Initial Commit 2024-05-29 11:58:31 -04:00