## macOS ### File or folder - To copy the pathname from Finder: 1. Right-click the file or folder 2. Navigate to *Copy* 3. Holding down Option will change *Copy* to *Copy 'File or folder name'* 4. Clicking that will copy the pathname >[!example] > ``` > [Downloads](<file:/Users/mau/Downloads>) > ``` ## Finder ### Folder iCloud Books ``` ~/Library/Mobile Documents/iCloud~com~apple~iBooks/Documents ``` > [!Error]- Epub files export > When Coping/Moving `.epub` files from this folder to other services (Eg. Android, Onenote…) the file may be exported as `.pkgf` and be unprocessable. > > In order to export them correctly you must compress before transfer: > - Right-click your `.epub` on Mac → Compress. (This creates a `.zip`) > To make this task in bulk you can use the Terminal: > ``` > cd /path/to/your/files for f in *; do zip -r "$f.zip" "$f"; done >``` > - Transfer the `.zip` to your destination and **rename** it back to `.epub`. ### iMessage Sticker Folder ``` /Users/mau/Library/Messages/Caches/Previews/StickerCache/ ``` ## Obsidian ### Folder (Search) ``` obsidian://search?vault=Mau Notes&query=path:"Inbox" ``` ### Vault ``` obsidian://open?vault=Mau%20Notes ``` ## Readwise ### Readwise: Daily review ``` readwise://dailyreview ``` ### Readwise: Specific highlight ``` readwise://open/highlightId ``` ### Reader: Inbox ``` wiseread://new ``` ### Reader: Later ``` wiseread://later ``` ### Reader: Search ``` wiseread://search ```