Maxence-L / notenote.link

A Jekyll digital garden template, optimized for integration with Obsidian. It aims to enhance discoverability and help you build a personal knowledge base that can scale with time.
https://notenote.link
MIT License
161 stars 90 forks source link

Fix #17

Closed Mara-Li closed 2 years ago

Mara-Li commented 3 years ago

First, fix #15

Furthermore I create a python script to do some functionality with the template :

The script :

By adding, in the yaml of your file, the key share: true, you allow the script to publish the file. In fact, the script will read all the files in your vault before selecting the ones meeting the condition.

By default, the script will check the difference between line, and convert only the file with difference. You can use --f to force update.

To share only a file, it does not need to containshare: true in its YAML.

(note : You need to create an .env file with the path of your vault, and don't forget to install the requirements !)

There are several way to use the script :

You can use some option :

For more informations, please, read the readme : https://github.com/Mara-Li/yes-another-free-publish/tree/owlly-house

Mara-Li commented 2 years ago

I will switch to the "master branch" for this pull request.