lkrimphove / pre-commit-hooks

A collection of useful hooks for pre-commit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit-hooks

A collection of useful hooks for pre-commit.

See also:

Using pre-commit-hooks with pre-commit

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/l.krimphove/pre-commit-hooks
    rev: v0.1.4  # Use the ref you want to point at
    hooks:
    -   id: parse-obsidian-links
    # -   id: ...

Hooks available

parse-obsidian-links

Parses Obsidian.md links to regular Markdown links:

from:
[[link-name|test-file]]

to:
[link-name](../path/to/test-file)

About

A collection of useful hooks for pre-commit.


Languages

Language:Python 100.0%