[FR]: Be compatible with faststart startup script
See original GitHub issueContact Details
No response
Present your request
Faststart startup script
It’s a customizable template which could be run by templater
plugin. I use it as startup template to accelerate the startup speed. As you know there are so many plugins to be loaded which may impact the startup speed a lot. The template will delay the startup time of some plugins and accelerate the startup speed. It’s really useful. Here’s the template below.
My problem
I also delay the startup time of dataview
plugin. So I encounter such problem that DBfolder
can not detect dataview
after I enable it.
My wish
I’m aware of that I can remove dataview
from delay startup list. But I still hope that DBfolder
could help me so I don’t need to slow down startup speed. Thank you anyway for your effort! 👍
For which platform do you request this request??
Desktop
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Improve Obsidian Startup Time on Older Devices ... - TfTHacker
I call this script FastStart because it lets me start Obsidian faster on my older devices. Please note, for this hack, you don't...
Read more >Fast Start Script for Bitfusion Clients — Quickdraw in the Wild ...
vSphere Bitfusion is making available a public script to quickly set up clients with a machine learning application and its.
Read more >Practical rc.d scripting in BSD | FreeBSD Documentation Portal
A guide to writing new rc.d scripts and understanding those already written.
Read more >Improve Obsidian Startup Time on Older Devices with the ...
I made a little python script to accelerate the process. First, edit the template for plugins list ( FastStart-GenerateListOfInstalledPlugins ) ...
Read more >How to Turn Fast Startup On or Off in Windows 11 - MakeUseOf
Fast Startup is only available on systems compatible with the Hibernate feature available on almost all modern computers. However, this option ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Happy to help!
I got it. The reason is that
dataview
returns incorrect status. From my opinion it’s probably no relation with async method or the order to load as I’m sure thatdataview
has been enabled beforeDBfolder
enables. Thanks a lot for your help. Sorry to waste your time. What a nice plugin! 👍