agerardin
agerardin
With v1.0.3. the control panel should be styled according to the Theme. That would be a bit trickier for the graph itself since Joplin exposes CSS variables for styling but...
Thanks for your feedback! Indeed this is how the UI reacts for now and this is not a bug per say but related to Joplin's implementation. Tags and notes and...
Indeed! I am currently focusing on improving performance for the main use case, but that is the kind of things I have in mind moving forward. Stay tuned!
@LintaoAmons The new release v1.1.0 has addressed this issue. The minimum refresh time is now set to 1s. This can be modified in the settings as well using UPDATE_INTERVAL
I have done a bit of investigation. I did not notice anything on my desktop but indeed running on my laptop, I do hear the fan from time to time...
I have implemented a fix in v.1.0.5. It should be available in the plugin repo anytime soon. The UI nows stop refreshing in the background so there is very little...
Wow thanks for another great feedback. I have pushed v1.0.6. It prevents creating the panel at all at startup if graph settings are set to "don't show graph on startup"....
Another important change in the implementation for 1.06 is that notes are now parsed with a markdown parser rather than using regular expressions. That will allow us to build more...
> Switching between notes while graph toggled off no longer increases CPU usage which is great. However, I'm noticing a very large delay (8-10 seconds) before the graph is updated...
So much for not running performance benchmarks first. The markdown parser is 200x slower than regexps. I will revert the code back. It will allow parsing note link with elementId,...