Why the Markdown Variants?
Feature Ghost Blog (CMS) Hugo (Static Site Generator) Obsidian (Knowledge Base) Content Format Markdown (stored in a database) Markdown (stored as flat files) Markdown (stored as flat files in a…
Feature Ghost Blog (CMS) Hugo (Static Site Generator) Obsidian (Knowledge Base) Content Format Markdown (stored in a database) Markdown (stored as flat files) Markdown (stored as flat files in a…
Incident Summary Date: October 29, 2025Severity: MediumStatus: ✅ RESOLVEDComponent: MCP_DOCKER (Obsidian MCP Server)Resolution Time: < 30 minutes Symptoms Root Cause ✓ CONFIRMED Root Cause: Obsidian application was not running on…
import argparse import os import sys def getFiles(_path,_ext,_debug): rtn_list = [] if (_debug > 0): print(f" getFiles({_path},{_ext},{_debug})") list_dir = os.listdir(_path) if not list_dir: print(" **getFiles returned nothing **") else: for…
I came across another fascinating open-source tool called Obsidian. I installed obsidian-remote using the Unraid docker app which had vault was under appdata which I do not prefer.As I pondered,…