Luke Hamburg
Luke Hamburg
I used the wrong terminology for stacked tabs. I meant "tabs that are grouped together into a single pane" (leaf). In your case, if you want to activate the side-by-side...
Yes, leaves are what the views are called internally (API). Yes, I think maybe you are looking for a different feature entirely here. Are you saying you want a feature...
I keep asking you for screenshots... _please post screenshots_ of what you are asking for. Before and After. I will see if this is something that can be done. I...
Screenshots were helpful. I think I understand what you're after now. Basically, preserve tabs you have open no matter what, but always set up the view as a single-split with...
Thanks, but because of the `-05:00`, I get this: ``` $ echo '{ "lastSeen": "2024-02-19T17:37:01-05:00" }' | jq '.lastSeen + "Z" | fromdate' jq: error (at :1): date "2024-02-19T17:37:01-05:00Z" does...
Thank you. That works! Here are some other variants that seem to work also ``` $ jq -n '"2024-02-19T17:37:01-05:00" as $o | $o[-6:] as $tz | $tz|sub(":";"") as $ntz |...
For Obsidian, since it's an Electron app, it uses .asar patch files to do incremental updates. Would be difficult (impossible?) for Latest to read these. If an update is indicated,...
Still hopeful that on some sunny day in the future macFUSE will be able to use the new [FSKit](https://developer.apple.com/documentation/fskit/) framework to avoid the kext requirement.
Yes, I think this is fixed in 0.9.14 Thank you @trganda and @Xheng222 🚀
@trganda I am so sorry but, for me this bug is still happening sometimes! Even after updating to 0.9.14. I don't know if it's an Obsidian bug or problem of...