Published 7/16/2024

Tips #1

Markdown detection in Google Docs, swiping between tabs in Brave Browser for iOS, and running TypeScript files from the command line.

  • You can turn on Markdown detection in Google Docs! Just go to Tools > Preferences > Automatically detect Markdown
  • Brave Browser for iOS supports swiping left and right between between tabs — you just have to swipe below the URL bar.
  • If you need to run a .ts file from the command-line, use Bun instead of ts-node! It's much simpler and doesn't have all the weird issues with the package.json "type" field.