org-roam / org-roam-server

A Web Application to Visualize the Org-Roam Database
MIT License
635 stars 51 forks source link

search node in database network and move to it #162

Closed codepiano closed 3 years ago

codepiano commented 3 years ago

This pr adds a select box in database network view, when choose or search a node by title, the view will move to that node and put it in the center of the screen. Test some cases, seems work fine.

This may provides a solution for #114

I changed a lot code, could cause other pr not be able to auto merged.

example

goktug97 commented 3 years ago

Hey is this ready to merge? If it is, can you move search bar above the filter bar

Like this;

Search Bar
Filter Bar - Exclude
codepiano commented 3 years ago

Hey is this ready to merge? If it is, can you move search bar above the filter bar

Like this;

Search Bar
Filter Bar - Exclude

This pr is ready to merge, I used this pr for a week, it works well.

I moved search bar above the filter bar, but I migrated to org-roam v2 yesterday, so org-roam-server couldn't work, I change the code with a corrupted html in browser. But I only changed a few lines, It would be better if you can test the html before merge.

goktug97 commented 3 years ago

Yeah it works really well. Thank you!