Logs for #nikola for 2016-06-12

00:16:15 <KwBot> [nikola] ralsina assigned issue #2368 to ralsina: possibility to make lxml doing "smart things" https://github.com/getnikola/nikola/issues/2368
00:19:46 <KwBot> [nikola] ralsina closed issue #2368: possibility to make lxml doing "smart things" https://github.com/getnikola/nikola/issues/2368
16:48:00 <[Tritium]> How would you go about adding teasers in a workflow where you are dumping a docx file in and letting pandoc convert it?
16:50:27 <ChrisWarrick> are you serious about docx?
16:51:25 <[Tritium]> I do my writing in word - i'm exploring removing a step to deploying a post
16:51:58 <ChrisWarrick> how does pandoc handle word comments?
16:52:27 <[Tritium]> Let me tripple check this, but I believe they convert them to visible syntax
16:53:32 <ChrisWarrick> if you are willing to edit the code for the pandoc plugin: search and replace some placeholder text with our comment syntax
16:55:35 <[Tritium]> It flat strips them out in my version of pandoc.  No matter.
16:56:56 <ChrisWarrick> I don’t think you can do much better than a little hack with sr.replace
16:57:00 <ChrisWarrick> str.replace*
17:01:19 <ChrisWarrick> so, copy the pandoc stuff to a plugins/ directory under your site root and add a little .replace bit
17:02:29 <[Tritium]> I will give that a try