vaakash / git-it-write

A WordPress plugin to publish markdown files present in a Github repository as posts to WordPress automatically.
https://www.aakashweb.com/wordpress-plugins/git-it-write/
GNU General Public License v3.0
48 stars 22 forks source link

How to copy directly .md file data #19

Closed contactosama closed 1 year ago

contactosama commented 2 years ago

ie. I wanted to copy content of this link: https://github.com/abbodi1406/C2R-R2V-AIO/blob/master/README.md

vaakash commented 1 year ago

Hi @contactosama,

As of now the plugin will pull all files ending with .md. In you case it seem there is only one .md file in the repository. You can add this repo in the plugin settings and pull the changes. It will pick only the readme.md file.

If you want to skip certain files, then please add skip_file: yes in the YAML header.

Thanks, Aakash

lukaszpiotrluczak commented 1 year ago

@contactosama I am not sure if I understand correctly.

Do you want to include contents of some other file in your post/page md?