FancyBox Plugin Heads Up!

FancyBox Pelican Plugin

Yes! It's a ready-to-use product :)

So... how to use it ??

FancyBox Plugin Installation!

I will add a README information in github project, but for now let's go to specifics of HOW TO:

Best is if you use release 1.0 version or code from master, in below …

more ...

FancyBox Plugin Finalizing

FancyBox Pelican Plugin - are you done already?

The FancyBox is almost complete. Need to adjust some elements. But main functionality is almost complete.

Down below are all functions that I've created:

Replace function.

Needed to create a replace function for replacing fancybox markdown element from article with a fancybox-type element …

more ...

FancyBox Plugin Finding Fancybox elements in articles

Introduction

Lately I've started working on this pelican-plugin that will use special command in markdown article to "magically" change it's content into a fancybox-alike.

I've started it with badly without TDD and that approach failed to leave me with successful plugin created.

My failure was also in copy-pasting others plugins …

more ...

FancyBox Plugin and Test Driven Development Flow

Test Driven Development Flow

So lastly I've introduced to myself a Test Driven Development, but unfortunatelly I didn't examine the flow and approach as much as I should.

Thanks to Uncle Bob I've realized what exactly TDD flow looks like.

1. Make a test that (should) fail.

The idea is …

more ...