October 24, 2021 12:45 PM

This commit is contained in:
2021-10-24 12:45:03 +02:00
parent c503e68db9
commit fb69a53a7e
+2 -1
View File
@@ -1,3 +1,4 @@
- Tried [[tab groups]] in vscode to handle my tab sprawl in [[foam]] and it nuked my tabs. Hit a weird bug in which it kept cycling through tabs uselessly too. Another day, another bug.
- At laeast my [[foam]] is working a bit faster again after getting rid of hundreds of editors. Then again, [[wikilinki]] completion is still slow -- and I "only" have ~10k nodes so far. I fear [[foam]] will become unusable for me in a few more months unless I actively seek a fix.
- At laeast my [[foam]] is working a bit faster again after getting rid of hundreds of editors. Then again, [[wikilinki]] completion is still slow -- and I "only" have ~10k nodes so far. I fear [[foam]] will become unusable for me in a few more months unless I actively seek a fix.
- Yesterday I spent a lot of time in developing the [[exec]] pattern in Agora server. With the light of another day, I wonder if I should have gone for a full client-side implementation instead for the simple things I had in mind: automatic [[wp]] subnodes pointing to the most relevant Wikipedia page for each node (when one is found through the Wikipedia API). But I still think the server-side [[exec]] pattern might come in handy, so I'll probably finish piping it through and enable a simple example.