1 Matching Annotations
  1. Jun 2024
    1. if [[ -d ~/Library/Application\ Support/obsidian/Cache/Cache_Data ]] ; then rm -rf ~/Library/Application\ Support/obsidian/Cache/Cache_Data/* else echo "Something odd has happened" fi

      This fixed my issue with Loading Cache... slowness on obsidian startup on macOS Sonoma. Many thanks to OP!