I am trying the customise the Refnotes plugin to create a new template. There are hints of how to achieve this in the flugin instructions but I cannot get it to have any effect.
The instructions read:
Add new template
If a new entry type is required do as follows
- clone the default template $:/plugins/kookma/refnotes/templates/reflist/apa/default
- modify the code to meet your desired format
- revise the
listfield and replace the default with the title of your new entry type e.g conference, booklet, …
So, I clone $:/plugins/kookma/refnotes/templates/reflist/apa/default and give it a new name $:/plugins/kookma/refnotes/templates/reflist/apa/mytemplate
Change part of the code in the text e.g. :else[[n.d.]] to :else[[not known]]
The instructions then state: revise the list field and replace the default with the title of your new entry type
But there is no list field in the default template. $:/plugins/kookma/refnotes/templates/reflist/apa/default
It seems to me that two adjustments are required:
- Create/clone a new template.
- Modify the format of the link that is hovered over / clicked to gets the pop-up displayed. (I cannot see where this is coded.)
Does anyone know how to get this to work?
