Commit graph

175 commits

Author SHA1 Message Date
Mossy426
2d03c631ec Update version to 1.0.27 in manifest.json and package.json; add version 1.0.26 to versions.json 2026-01-06 13:07:58 -05:00
Mossy426
ac61cbba33 Enhance Smart Connections Visualizer loading and opening logic
- Refactor onload method to include error handling during settings loading
- Improve openSmartConnectionsVisualizer method with detailed logging and error handling
- Ensure proper creation of workspace leaf when opening the visualizer
- Add hover link source registration for better user experience
2026-01-06 13:05:45 -05:00
Evan's Oasis
7583b92693
Merge pull request #23 from sheadawson/add-command-palette-support
Add command palette support for opening Smart Connections Visualizer
2026-01-06 12:31:51 -05:00
Evan's Oasis
242b72ee2b
Merge pull request #24 from sheadawson/fix/build-missing-dist-directory
Fix: Create dist directory before writing files
2026-01-03 10:58:11 -05:00
Evan's Oasis
3ba508cab5
Merge pull request #25 from farconada/main
Fix compatibility with latest obsidian-smart-connections
2026-01-03 10:56:50 -05:00
Fernando Arconada
b9fbbffde4
Merge pull request #1 from farconada/fix/smart-connections-api-compatibility
Fix compatibility with latest obsidian-smart-connections
2026-01-02 17:10:47 +01:00
Maestro
4b1cd0ddcc Fix compatibility with latest obsidian-smart-connections
Co-authored-by: Fernando Arconada <farconada@users.noreply.github.com>
2026-01-02 16:09:45 +00:00
Shea
02d2f45612 Add command palette support for opening Smart Connections Visualizer
- Extract visualizer opening logic into reusable openSmartConnectionsVisualizer() method
- Add command palette entry for opening the visualizer
- Update ribbon icon to use shared method
- Allows users to open visualizer via command palette when ribbon is hidden

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 13:10:55 +13:00
Shea
9a2222ca32 fix: create dist directory before writing files
- Ensure dist directory exists before writing manifest.json
- Make OBSIDIAN_PLUGINS_PATH optional to support fresh checkouts
- Prevents ENOENT errors on first build
2025-10-16 12:59:14 +13:00
mossy1022
e474a3ccca Merge branch 'main' of https://github.com/Mossy1022/Smart-Connections-Visualizer 2025-05-30 11:21:47 -04:00
mossy1022
879fd0972f Update verions 2025-05-30 11:20:04 -04:00
Evan's Oasis
1791bdb4e1
Merge pull request #22 from brianpetro/main
Fix
2025-05-30 11:13:35 -04:00
🌴 Brian
317ef95a17
Merge branch 'Mossy1022:main' into main 2025-05-30 11:12:56 -04:00
Brian Joseph Petro
2f4936e488 refactor_window_interface_and_update_smart_notes_access 2025-05-30 11:12:13 -04:00
Evan's Oasis
f2ff56b10c
Update README.md 2025-05-10 11:52:14 -04:00
Evan's Oasis
07c2332326
Update README.md 2025-05-10 11:51:49 -04:00
Brian Joseph Petro
904840d27c update_release_script_to_use_finish_event_instead_of_end 2025-04-25 06:51:19 -04:00
Mossy1022
776eba5c57 update manifest 2025-02-03 11:44:34 -05:00
Mossy1022
fb589d7a82 1.0.25 2025-02-03 11:44:12 -05:00
Mossy1022
7141ed96f9 Updated package + build script 2025-02-03 11:43:45 -05:00
Mossy1022
02a0e8cd2c update release script 2025-02-03 11:29:05 -05:00
Mossy1022
9ad5473d1f Merge branch 'main' of mossy1022-GitHub:Mossy1022/Smart-Connections-Visualizer 2025-02-03 11:26:41 -05:00
Brian Joseph Petro
a4d10b20a0 add manifest update tp build 2025-02-03 11:26:34 -05:00
Mossy1022
565441d485 1.0.24 2025-02-03 11:24:42 -05:00
Brian Joseph Petro
b62824c0ff version parity with package.json 2025-02-03 11:16:16 -05:00
Mossy1022
a81cdec5e7 added ts ignore 2025-02-03 11:12:06 -05:00
Brian Joseph Petro
7d797f3518 Add release script and update build configuration 2025-02-03 11:06:58 -05:00
Brian Joseph Petro
54ba69d6e2 open on right side 2025-02-03 10:57:10 -05:00
Mossy1022
27386dd6ee updated manifest 2025-02-03 10:28:04 -05:00
Mossy1022
9fc4aaa8b1 added ts ignore for smart env 2025-02-03 10:26:29 -05:00
Mossy1022
ad83da1232 Merge branch 'main' of mossy1022-GitHub:Mossy1022/Smart-Connections-Visualizer 2025-02-03 10:24:14 -05:00
Brian Joseph Petro
c6775888d4 Update environment variable access and add .gitignore 2025-02-03 10:21:49 -05:00
Mossy1022
795f11479c version bump 2025-01-23 15:03:04 -05:00
Mossy1022
408a80fb06 Update to collections loaded instead of entities loaded 2025-01-23 15:00:47 -05:00
Mossy1022
72785d9b69 Version Bump 2025-01-04 09:45:58 -05:00
Mossy1022
1c63631e87 Fix for handling async find connections update from smart connections 2025-01-03 19:31:18 -05:00
Mossy1022
527725ee99 Updated new connection access from Smart Connections to resolve no nodes bug 2024-10-23 13:09:57 -04:00
Mossy1022
084891cee1 Fix for no nodes bug + only allowed one view at a time 2024-09-11 10:17:20 -04:00
Evan's Oasis
2cda805032
Merge pull request #14 from aaronVerones/aaron.verones/fix-nodes-undefined
fix: Nodes are undefined when connection.data.key doesn't exist
2024-09-11 10:00:41 -04:00
Aaron Verones
eb40eff2d0
fix: Nodes are undefined when connection.data.key doesn't exist 2024-09-02 09:05:08 -04:00
Mossy426
52c9fbc297 Update to use connection.key 2024-08-30 12:39:41 -04:00
Mossy426
f0234c5e3a Updated smart object filtering based on SC updates to smart objects 2024-08-27 11:30:45 -04:00
Mossy426
963f410788 update appropriate class id for droptdown 2024-08-26 19:52:43 -04:00
Mossy426
028d447881 Update to have labels and links to go with themes 2024-08-26 19:48:10 -04:00
Mossy426
ab992acf75 Update to new SC compatibility 2024-08-21 09:54:19 -04:00
Mossy426
bacc0811b7 version bump 2024-08-09 11:29:01 -04:00
Mossy426
a72d78b9d9 Update to not have check while view not in view 2024-08-09 11:25:50 -04:00
Mossy426
8b946408e5 Update to ensure view is open before sending notices
:q
2024-08-09 11:23:34 -04:00
Mossy426
0f0b2d5724 version bump 2024-06-30 00:27:36 -04:00
Mossy426
1893760067 Merge branch 'main' of https://github.com/Mossy1022/Smart-Connections-Visualizer 2024-06-30 00:27:16 -04:00