You’re working on something. You want to open up a Dynalist document. You know which document you want, but to open, right now, you must first:
Type in dynalist.io into your search bar
Stare at the loading circle, waiting and looking for the document to load
Open Go To, type foo, and navigate to your document
That Step #2, waiting for the document to load: That’s annoying. It can make you lose your cognitive state. It puts distance between intention and action.
Solution
Redirect URLS like dynalist.io/goto?q=foo to the first match for the document/bookmark matching Foo. This way, we can register a custom Google Chrome search engine, and voilĂ : Our streamlined process looks like this:
Don’t think it is a (big) bother to keep these things bookmarked: the places you want to jump to tend to be fixed, over time.
As for me, I have a windowed bookmark for dynalist and have it open in its own app-like window all day. I have my keyboard’s Menu button mapped to it (using AutoHotkey. When I want to enter something, hit the menu key, DL pops up, go where I need to be, hit menu to make it go back to the taskbar.
I think something like this would be best addressed with a full API implementation rather than trying to fill individual use cases as the arise. And probably easier to maintain in the long run.
@Yatharth_Agarwal: Even if it’s implemented like that, there are probably other problems. What if “foo” doesn’t match anything? And the loading could be slow, since it searches in addition to loading.
I can understand the use case, but I think it could be better solved with a browser extension rather than using URLs, no matter if you want to capture an idea or quickly check a note.