Obsidian Tricks

  1. How to convert Markdown files to Medium articles
  2. Obsidian Plugins

  3. Dataview Plugin

  4. Useful Templates for Obsidian

  5. Obsidian Data Views

    table  file.path as path
    where file.name = "README"
    sort path desc
    
    table file.ctime as creation, file.mtime as modification,  split(file.path, "/")[1] as folder  , status from  
    "Public"
    where file.name != "README"
    sort folder desc