<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   montefuscolo: joined #tikiwiki
   robertokir: joined #tikiwiki
   gour: joined #tikiwiki
   luciash: polom
   gour_: joined #tikiwiki
   jonnyb: joined #tikiwiki
   <br> polom poets
   luciash: hi jonnyb :)
   jonnyb: pompom luciash
   chibaguy: joined #tikiwiki
   <br> polom
   Jyhem_laptop: joined #tikiwiki
   jonnyb: polom chibaguy
   chibaguy: hi jonnyb
   gour: when considering switch from static-site-generator where i use(d) rst/asciidoc markup to tiki, i wonder if tiki-syntax is rich-enough and/or it is possible to use one's preferred editor (e.g. emacs/vim) to create content (offline) and then put it into tiki since writing (longer) articles online looks a bit tedious?
   luciash: hi gour
   <br> hmm, interesting idea
   <br> I dunno but doubt vim has highlight syntax for Tiki syntax
   <br> but you can always write in any text editor using Tiki synatx and copypaste later
   <br> *syntax
   <br> there was also import from HTML to wiki pages somewhere in Tiki but that is all legacy dusted feature (not sure how it works nowadays)
   gour: is there tiki syntax for aligning images? i'm tring to use ::image::, but it does not work?
   chibaguy: gour, there is info in the help popup modal for plugins, if you look at the IMG plugin.
   gour: <u>chibaguy</u>: you mean on the tiki's site?
   chibaguy: I mean in your own tiki installation's wiki edit screen.
   gour: ahh, ok
   chibaguy: or here: http://doc.tiki.org/PluginImg
   gour: <u>chibaguy</u>: ok, got it...i see there is even footnote plugin...
   chibaguy: ok, good
   gour: what do you recommend for writing tiki content these days: tiki (wiki) syntax or wysiwyg editor?
   luciash: <u>gour</u>: wiki syntax :)
   gour: <u>luciash</u>: you're not missing some syntax-highlighting support etc.?
   <br> btw., thank you for https://dev.tiki.org/item6745-Applying-Personal-Blog-and-Profile-fails
   <br> ohh, another news for me: https://dev.tiki.org/Git-and-SVN-combined-workflow
   fabricius: joined #tikiwiki
   robertokir: joined #tikiwiki
   luciash: <u>gour</u>: you can enable wiki syntax highlighting in Tiki using the CodeMirror integration
   gour: <u>luciash</u>: ohh, that' certainly something new for me...glad to hear it
   fabricius: joined #tikiwiki
   luciash: <u>gour</u>: tiki-admin.php?page=textarea&amp;highlight=feature_syntax_highlighter
   gour: <u>luciash</u>: i've got it working, but not in the all (demo) blog posts
   fabricius1: joined #tikiwiki
   jonnyb: joined #tikiwiki
   gour: is there some plugin to handle file (e.g. media files) download along with the download counter?
   luciash: <u>gour</u>: https://doc.tiki.org/PluginFiles with the showhits param?
   gour: <u>luciash</u>: thank you