Commit graph

37 commits

Author SHA1 Message Date
Mossy1022
a7f105e893 Updates:
- Fixed settings icon dissapearing when view launched and then rendered
- Fixed view not working when opening from ribbon by calling render, instead of update visualzition when new file opened
- Set updating visualizaiton to false when any of the conditional returns trigger
- Changed "Graph" to "Visualizer"
- Updated readme with the latest
2024-06-02 18:40:43 -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
9be85ed161 Remove .gitignore from repository but keep it locally 2024-06-01 12:18:53 -04:00
Mossy1022
cedeaa7d82 Added back gitignore temporarily 2024-06-01 12:16:37 -04:00
Mossy1022
b2094c3589 Merge branch 'brianpetro-main' 2024-06-01 12:09:40 -04:00
Mossy1022
fd3da6d097
Update README.md 2024-06-01 11:58:07 -04:00
Mossy1022
5805c6c0eb Updated env func 2024-06-01 11:55:52 -04:00
Brian Petro
f31c00d378 add hotreload 2024-05-31 12:06:06 -04:00
Brian Petro
05398939be wait for it 2024-05-31 12:05:53 -04:00
Brian Petro
8b5d8d65cd Remove .gitignore file 2024-05-31 11:44:21 -04:00
Mossy1022
48a71830fa Merge branch 'brianpetro-main' 2024-05-31 02:13:38 -04:00
Mossy1022
aa82b713e8 Merge branch 'main' of https://github.com/brianpetro/Smart-Connections-Graph-View into brianpetro-main 2024-05-31 02:11:15 -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
Mossy1022
dce3231954
Update README.md 2024-05-30 13:22:18 -04:00
Mossy1022
0191526664
Update README.md 2024-05-30 13:10:52 -04:00
Mossy1022
baa9feccda
Update README.md 2024-05-30 13:10:22 -04:00
Mossy1022
80c92f1b1b
Update README.md 2024-05-30 13:09:29 -04:00
Mossy1022
9f1d3ca0ac
Update README.md 2024-05-30 13:07:22 -04:00
Mossy1022
8309f8583e Test commit with mossy 2024-05-30 12:54:55 -04:00
mossy426
48605b189a feat: Implement selection state and multiselect functionality
The code changes include the implementation of selection state on click, adding highlighted and selected properties to nodes, and implementing multiselect selection box functionality by holding down control and dragging down and to the right.
Can multi-drag -  dragging a single selected node will drag all the selected
2024-05-30 12:49:19 -04:00
WFH Brian
f4ae545b3b up build process and names 2024-05-30 10:29:30 -04:00
WFH Brian
fd926dbbfe comment out unused boilerplate 2024-05-30 09:45:41 -04:00
WFH Brian
eaf079b824 add back seemingly necessary event listener 2024-05-30 09:43:24 -04:00
WFH Brian
5fed2298ba remove extraneous click event 2024-05-30 09:34:32 -04:00
WFH Brian
6030257c99 update build process (add to Obsidian plugins folder specified in .env) 2024-05-30 09:33:17 -04:00
WFH Brian
96470cf984 rm gitignore 2024-05-30 09:24:58 -04:00
WFH Brian
ea02a46e91 details 2024-05-30 09:22:35 -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
1cd67cbc67 Merge branch 'main' of https://github.com/Mossy1022/Smart-Connections-Graph-View 2024-05-30 01:19:34 -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
Mossy1022
49b87fb433
Update README.md 2024-05-29 22:45:12 -04:00
Mossy1022
98e3527785
Update README.md
Will add more on glosdex soon
2024-05-29 21:03:28 -04:00
Mossy1022
c8e7edcdef
Update README.md 2024-05-29 20:30:56 -04:00
Mossy1022
b789e3c6ff
Update README.md 2024-05-29 20:30:26 -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
Mossy1022
d474c8a9c8
Initial commit 2024-05-29 11:55:59 -04:00