You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Links for README.org + increase timeout for load_sync (#782)
* docs(README): add custom_ids and fix relative links
In nvim-orgmode, you can point to a headline either by using the star
syntax (* HEADLINE) or by using a custom-id in the properties drawer of
the headline, and then refer to it using the hash syntax (#custom-id).
This commit adds custom_ids for all the headlines referred to into the
README.org file and fixes relative links to other files in the
repository.
* fix(init): increment the default timeout to 15 seconds
On slow devices (for example Android smartphones using Termux), loading
a lot of org files takes more than 5 seconds, which will make the
default timeout for the promise to expire, leaving the plugin in a
semi-loaded state where some functionalities may not work, forcing the
user to reload the plugin multiple times hoping that the system has
something already cached and it will take less than 5 seconds.
0 commit comments