Skip to content

Instantly share code, notes, and snippets.

@djibe
Last active February 14, 2025 11:33
Show Gist options
  • Save djibe/a31f3506bcbd9cd9e50b155472835747 to your computer and use it in GitHub Desktop.
Save djibe/a31f3506bcbd9cd9e50b155472835747 to your computer and use it in GitHub Desktop.
VSCode tips

Tips for Visual Studio Code (VSCode)

Replace all strings like {{< relref "cancer-prostate.md" >}} to {{% relref "cancer-prostate.md" %}}

Search (CTRL + SHIFT + F), activate Use Regular Expression.

Input: \{\{< relref "([^"]+)" >\}\}

Replace with: {{% relref "$1" %}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment