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
The non-static Impulse currently displays the folgezettel tree and allows the user to filter it by interactive search. Clicking a zettel will take you to the statically-generated HTML page.
However, I would like a way to view any zettel without leaving the Impulse page (especially as reloading Impulse is slow'ish due to JSON fetch). The zettel could open in a split pane (iframe?) whilst still keeping the filtered tree in sight.
Implementation approaches
Easy way: use something like iframe to load the generated .html file.
As a stretch goal (this can happen in different PR), provide a way to reload cache.json if it gets updated, so the user doesn't have to Ctrl+R manually. Should be considered as part of a larger server revamp (cf. #200)
The non-static Impulse currently displays the folgezettel tree and allows the user to filter it by interactive search. Clicking a zettel will take you to the statically-generated HTML page.
However, I would like a way to view any zettel without leaving the Impulse page (especially as reloading Impulse is slow'ish due to JSON fetch). The zettel could open in a split pane (iframe?) whilst still keeping the filtered tree in sight.
Implementation approaches
The text was updated successfully, but these errors were encountered: