Re: [nikola-discuss] plugin order

2016-12-02 Thread Dave
ahh yes! of course. That will work nicely. Of course I didn't bother using tasks, just hacked in what I needed. Although I do have a todo note "convert these to tasks" so I guess now is a good a time as any Many thanks On Friday, December 2, 2016 at 12:48:30 PM UTC-5, Roberto Alsina wrote:

Re: [nikola-discuss] plugin order

2016-12-02 Thread Roberto Alsina
Plugins that are tasks can depend on other plugins tasks being finished. For example in the tags plugin: ``` 'task_dep': ['render_posts'], ``` That means that task requires the rendr_posts task to be finished before running. On Fri, Dec 2, 2016 at 2:46 PM Dave

[nikola-discuss] plugin order

2016-12-02 Thread Dave
Hi, Is there anyway to specify order of plugins, or to know which plugin will run before another when of the same plugin type I am finding myself in the position that as I add more plugins some plugins are relying on things to have happen before with other plugins. At the moment I am