Not, remember, as with all things Tinderbox, this is highly configurable. You can copy the Markdown template, rename it and start customizing the attributes, e.g. color, font, etc. Later you can mess around with all the related attributes that control the processing of text for preview and export. For example, use cascading markdown templates as well as changing the attributes to deal with edge cases where inline export code won’t pull the attribute values into the text while processing while in Markdown (again an edge case, we can discuss that later).
How to change markdown prototype to normal? Suppose I have several prototypes that is customised markdown prototype and I want to change that into normal, not markdown one, what I should do?
We’ll, as illustrated above, if you don’t want assign any prototype, you can select None, form the prototype list, see above.
I’d encourage you to use prototypes, you can create your own easily. The simplest way is to just add a note in the Prototype container, as this container has an $OnAdd that assigns the $IsPrototype
.
Here is an example of the prototypes folder in one of my files.
I am sorry. Probably I am not clear enough. I will try to put other way… For example I have complicated existing prototype which itself is based on markdown prototype. How can I get rid of markdown features of that prototype?
Complicated prototype was created by duplicating markdown prototype and then heavily edited.
Gotcha, as I don’t know how you might have edited your prototype, the best I can do to answer this question is share with you what I’ve figured out.
As you note, TInderbox uses attributes to manage itself. Here is a table of the attributes that effect Preview and Export. Standard is for HTML, Markdwon is for Markdown, using the CommonMark dialect. The Last column shows you some tweaks I made to the values as I use Pandoc and not CommonMark as my preview engine. I change the Markup text and ExportExtension because I use inline export code in $Text and I want Tinderbox to process export code in Preview which only currently happens with $MarkupText=true.