Please , let me know if you have time this week to check the ideas of plugin I have. I have issue trying to create that plugin
Yo! Symfony
@yosymfony
@enzolutions of course. We'll talk by Hangouts this week
enzo - Eduardo Garcia
@enzolutions
awesome
Yo! Symfony
@yosymfony
@/all I'm working on a plugin for importing posts and pages from others platform to Spress. The first approach is ready at https://github.com/spress/Spress-import. So if you take a look and try it out, feedback are welcome
Lury
@lury
nice, looks pretty neat. previously i was using sculptor written for sculpin to make wxr2md conversion
New featues #96 (A set of commands for managing add-ons) and #98 (Support for themes) have been merged into the master branch
Yo! Symfony
@yosymfony
@enzolutions I just fixed your reported bug about pagination with draft posts. See #101
alsar
@alsar
@yosymfony Does Spress support multilingual content?
Yo! Symfony
@yosymfony
@alsar Spress doesn't have built-in support for multilingual. I have planning to write a plugin after version 2.2.0 will be released
alsar
@alsar
Thanks for the info. Looking forward for the multilingual plugin. :)
Jacob M Moore
@jmmoore
using generator: "pagination" in any html file other than index.html throws an exception saying 'A previous item exists with the same id: "index.html". Generator: "pagination".
I've tried this with multiple arbitrary html files in ~. Adding generator: "pagination" to 404.html, for example, throws the same exception
Jacob M Moore
@jmmoore
Renaming index.html does something more interesting. I renamed it index.html.twig, and the generator in the blog.html file processes as if it's index.html. Why? @yosymfony
Jacob M Moore
@jmmoore
It appears that 'index.html' is hardcoded into PaginatorGenerator and TaxonomyGenerator. This leads me to believe that any page not named 'index.html' cannot use Spress's built-in generators. Is this accurate, @yosymfony ?
Yo! Symfony
@yosymfony
Hi @jmmoore the behaviour of a paginator generator is right. A generator is a special page used as a template for generating another pages
You can use a generator in any page. Paginator generator will create an special directory structure to a locate