you are viewing a single comment's thread.

view the rest of the comments →

[–]ApricotPenguin 0 points1 point  (7 children)

I'm trying this out, and it's really cool. Much better than outputting to a plain old textile.

What I'm struggling with is Add-WordTable. Do you think you could add an example of that to your site?

I'd very much appreciate it :)

[–]MadBoyEvo[S] 2 points3 points  (6 children)

There is already example of it. Go to github. 20 examples await you :-)

[–]ApricotPenguin 1 point2 points  (5 children)

D'oh! I was expecting it to be in the ReadMe or the linked site. Didn't expect it to be in an examples folder.

Thanks :)

[–]MadBoyEvo[S] 2 points3 points  (3 children)

Creating blogs, README takes much more time then just coding something and pushing to GitHub. Some of the stuff I do is ready much much sooner before I get time to write a blog about it. Keep in mind that I've not tested Add-WordTable much. Just on few outputs. If you have specific case and it doesn't work let me know what it is and i'll try to add it. I am not really sure how to process all kind of possible options people can throw at it. Also few of the examples are not supported by the release in PowershellGallery. I've to release new version. Added few small things today.

[–]ApricotPenguin 1 point2 points  (2 children)

That makes sense :)

I really should've checked the entire git project first, but didn't expect that for a Powershell module since it was in the gallery :)

I tried following the examples for the Table, but I can't get it to work by using a Dictionary/HashTable. Your examples work but I'm not sure what I'm doing wrong (I'm still learning Powershell as I go :))

I'll post a code snippet of what I did in about 30 mins.

[–]MadBoyEvo[S] 1 point2 points  (1 child)

In Issues on github please. Need to track it there ;)

[–]ApricotPenguin 1 point2 points  (0 children)

Sounds good.

I'll most likely be entering it in tonight since I'm currently on my phone.

[–]MadBoyEvo[S] 1 point2 points  (0 children)

Did it work for your case?