chalk icon indicating copy to clipboard operation
chalk copied to clipboard

Add a list of tags

Open nielsenramon opened this issue 7 years ago • 4 comments

nielsenramon avatar Dec 26 '17 22:12 nielsenramon

If the way I've implemented it makes sense, I can pick this up and do similar thing here. Let me know what you think.

xRahul avatar Dec 27 '17 19:12 xRahul

Really like this one. Good idea, @xRahul :D

migueldemoura avatar Dec 28 '17 15:12 migueldemoura

cool.. I'll work on creating the PR then

xRahul avatar Dec 30 '17 21:12 xRahul

I'm working on a related thing...automatically generate the _my_tags/<tag>.md files based on the tags in the posts. Work in progress is here.

The guts are in this file: https://github.com/jmarca/chalk/blob/feature/automate_tags/bin/tag_scraper, and I linked it into the package.json too.

Started to make a pull request, but I forgot to add tests, make sure travis or circleci or whatnot pass. And I also realized that it needs changes to README, example posts, etc etc. I hope to get to that soon.

jmarca avatar Sep 26 '18 06:09 jmarca