Skip to content

Obsidian

Cool stuff

Questions

Tasks

  • Put my standard .obsidian dir somewhere I can pull as template
  • Obsidian open Notes in GitHub https://chat.openai.com/share/e/82d4710d-6fea-4c3e-9597-62b7ac9bf293
  • Put global settings somewhere public
  • Obsidian Copilot with Ollama
  • Plugin to copy path to note to clipboard
  • Auto-add title based on filename
  • Add alias for files called README.md
  • Review top ten plugins
  • Make clicking a link in my second brain open Slack
  • Open "sub-vaults" (e.g. "work" to not show personal at work)

Features

  • Updates links when you move/rename files
  • Extract current selection
  • Extract this Heading

Install

Fedora

$ ./bin/obsidian-install.sh
https://github.com/obsidianmd/obsidian-releases/releases/download/v0.15.9/Obsidian-0.15.9.AppImage
install ok

macOS

Config

User Workspace

Plugins

Hotkeys

All are settable.

  • ctrl + o : Open quick switcher
  • ctrl + p : Open command palette
  • ctrl + , : Open settings
  • ctrl b , : Toggle bold
  • TBA: toggle code
  • TBA: toggle checkboxes
  • TBA: toggle headings

Templates

date Snippet

I run Ctrl+T, d, Enter to insert Thu 25 Aug 2022 05:04:15.

Enable Templates plugin (Core Plugin) and enable it.
Configure templates directory (through Settings or .obsidian/templates.json):

{
  "folder": "Templates"
}

Create Templates/d.md:

{{date:ddd DD MMM YYYY HH:mm:ss}}

Configure Hotkey (through Settings or .obsidian/hotkeys.json) :

{
  "insert-template": [
    {
      "modifiers": [
        "Mod"
      ],
      "key": "T"
    }
  ]

}

Multiple Vaults

I'd prefer to have multiple vaults open instead of having to keep switching.

Example of website you can generate

Shortcuts (ios, macos

) https://www.carlcassar.com/articles/five-useful-apple-shortcuts-for-obsidian

  • siri today: opens daily note
  • Make one to append

  • No Boilerplate https://youtube.com/watch?v=DbsAQSIKQXk&si=TmwCea_05YzeDyvA)

See also