dScribe - Template Editor
So if you have read my last article on dScribe Editing the Content, now I already started the next one regarding the Template Editor.
This is really the core of the tool, and I created for this a kind of pseudo-language(very very basic !) to create the place holders for the content.
As you can see on this (still rough) interface I have a list of elements (all like $$$Elementn$$$) .
Each Element are related to a list of Links (Link n). Each Link or Headline can have their own HTML code.
So for example a simple <A> tag can be symbolized like this:
<a href="$$$Link1$$$" class="more_link" target="_blank">$$$Headline1$$$</a><br>$$$Description1$$$
I intend to improve this 'language' by adding more elements like Images, Videos, etc...
When the Editor edit a Section, dScribe will recognise the list of elements and Links, Headlines in the Template and will present a list of Links to update something like this:
There you can see that the list of links and headlines match the list of links and headlines inserted in the template.
More to see on the article and on the next release of dScribe.