This question about Developing extensions (plugins skins etc.): Asked
What people should know
--
ChKoaser - 17 Aug 2012
People should be told that it is very important to follow strictly the syntax rules! For example the following entry in the topic used as bibliography library will lead to non-functional links:
\| 1 \| test .. \|
because of the spaces the link is non-functional.
whereas the following line would be perfect without any errors:
\| 1 \| test .. \|
took me 2 hours to find this error... hopefully helps someone else