+ [2015-04-12T03:23:03Z] jaybe yah if you are wanting to iterate over and over, in groups of 3, and remembering what you've already grouped, etc. ... a filter/plugin would likely be easier/better perhaps
+ [2015-04-12T03:23:46Z] jxf yep, hence why I didn't have much luck with the options in Liquid
+ [2015-04-12T03:27:35Z] jaybe it could likely be done in solely liquid, but it would probably be troublesome, time consuming, and take some time to get it right
+ [2015-04-12T05:34:27Z] maldridge I'm trying to set a variable globally but to do so only if the value I want to set it to is itself set, is there a good way to do that?
+ [2015-04-12T15:00:47Z] hendry was thinking of setting up a jekyll for my non-tech savvy wife. Is there a good markdown editor integrated solution?

message no. 89340

Posted by jaybe in #jekyll at 2015-04-12T03:23:03Z

yah if you are wanting to iterate over and over, in groups of 3, and remembering what you've already grouped, etc. ... a filter/plugin would likely be easier/better perhaps
+ [2015-04-13T00:16:30Z] wk-work_ hendry: unfortunately I don't think so, been looking for one myself
+ [2015-04-13T04:21:06Z] jxf hendry: you might enjoy something like Squarespace -- they have reasonably good Markdown integration for non-tech-savvy folks
+ [2015-04-13T09:54:09Z] zotherstupidguy is there a way to get the link of the current post?
+ [2015-04-13T09:56:09Z] zotherstupidguy I'm trying to make a link in jekyll template, "contribute to this post" or "edit me" so that it links to the github page of the post, and a github user can edit it