Skip to content

Instantly share code, notes, and snippets.

@ljsherlock
ljsherlock / obsidian-hide-md-formatting.md
Last active May 20, 2023 16:25
Hide markdown formatting (hashes and links, and asterisks) on all unfocused lines (e.g. lines not typing on)
  1. Go to Settings > Appearance
  2. Enable "CSS Snippets" > Obsidian
  3. Go to terminal
  4. Create a CSS snippet file for Obsidian Note: the folders ".obsidian" and "snippets" should already exist, if they don't create them with "mkdir" command.
cd secondmind 
cd .obsidian

Development Environment

Becaus most web agencies use OSX, I have recently been forced to migrate my Development Environment over in order to work on this OS. Therefore it has become necessary to document this to prevent me from repeatative googling and bookmarking.

My Linux and OSX Developement Environment installation instructions and software configurations for future reference. This will be regularly updated as I incur changes.

Linux

Lamp Stack (Apache, PHP, Mysql)