baranovskypd / goodpress

WIP!! :warning: R Package to Write Posts from R Markdown to Wordpress :warning:
https://maelle.github.io/goodpress/
Other
34 stars 5 forks source link

A few of helper functions for writing posts #29

Closed henrywangnl closed 3 years ago

henrywangnl commented 3 years ago

A few helper functions for writing posts:

  1. read_more() For people to use r goodpress::read_more() to insert the "Read More" tag #18

  2. wp_categories() and wp_tags() For people to get wordpress categories and tags information so that they can use in the YAML header without having to check them on wordpress dashboard. Basically these two functions are created by using your code haha. I learned a lot from your code, thanks!

  3. Relevant documentation is also done in usage.Rmd Also add an instruction about how to add videos in posts.

  4. I also add my website to my profile :-)

Please let me know if this is clear.

maelle commented 3 years ago

Awesome! It worked for me locally. Thanks a lot!