Awesome `marko-backlinks` is a Python cli/package created with https://github.com/TezRomacH/python-package-template
Project description
marko-backlinks
🤔 Description
This project provide a markdown to markdown converter that adds a Bi-Directional Link Section at the end of each markdown files that is converted.
The project also provide a pre-commit hook so you can easily integrate it within your own projects easily
It relies heavily on the Marko python package that is the only Markdown Parser with a Markdown Renderer that I know of.
💭 Why
I believe a great amount of information can be extracted from collaborative notes if we take time to structure them correctly.
I wanted:
- To make collaborative notes
- To organize the notes in a Roam like manner
- Everyone to be able to navigate through the notes without installing anything
- This system to be easily adopted by a software engineering team.
Using git and this converter as a pre-commit, I can easily do all of this ! 🚀
🏃 Getting Started
Installation as a python package with pip
Considering you already have python available. You can simply add th
pip install --user marko-backlinks
or install with Poetry
Then you can see all the option of the CLI using
marko-backlinks --help
Installation as a pre-commit hook
This pre-commit hook use the [pre-commit](https://pre-commit.com) tool that you will need to install.Add the following line to your pre-commit configuration (.pre-commit-config.yaml
) at the root of your
repository.
repos:
- repo: https://github.com/jb-delafosse/marko-backlinks
rev: v0.2.3
hooks:
- id: marko-backlinks
args: ['directory-containing-my-markdown']
and install the hook using pre-commit install
🛡 License
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
📃 Citation
@misc{marko-backlinks,
author = {jb-delafosse},
title = {Awesome `marko-backlinks` is a Python cli/package created with https://github.com/TezRomacH/python-package-template},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/jb-delafosse/marko-backlinks}}
}
Credits
This project was generated with python-package-template
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file marko-backlinks-0.4.0.tar.gz
.
File metadata
- Download URL: marko-backlinks-0.4.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.9.16-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d54bffae4586c98e691d043bd00d90f1703435824d999bd3286aa1d6cf1ac610 |
|
MD5 | b33ddc320013b56bfc7a98dcb170b901 |
|
BLAKE2b-256 | 37f3e761fda760b3b915bd9ba3fa35b04bcdb1d53fe39dc0c0e862112960bc78 |
File details
Details for the file marko_backlinks-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: marko_backlinks-0.4.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.9.16-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04304e1a715d229977bccf102aaa7994f35162ca91dd0414870c6109a3f245b8 |
|
MD5 | ae0a2917b5f26144714a645eab1bc890 |
|
BLAKE2b-256 | f5e6cbca41b424cccb59966932150f8d4038b7a9e9f19390810fcd3cd825ee34 |