Brendan,
Thank you very much for adding the following:
Added list of form layouts to the Layout menu. Changes dynamically depending on selected form.
I hope you can continue to improve this so that it will be possible to be more easily change the order of layouts (in a similar way to Forms) which is currently not possible and also introduce a categories feature (in a similar way too to Forms).
There are two specific queries on the update:
Added new Markdown field type. This is a “note” type field where you can type in markdown and Tap Forms will render it for you.
Is the flavour of Markdown you are using the most basic kind? That is not MultiMarkdown or any variant (such as supporting tables)?
Added script functions to let you get and select custom layouts.
Could you provide the syntax for these new script functions as they do not appear present on this page https://www.tapforms.com/help-mac/5.3/en/topic/javascript-api.
Hi Victor,
Yes, I will hopefully work on improving the layout organization aspect of Tap Forms for a future upgrade.
Yes, Tap Forms uses the basic Markdown format as provided by the Down framework. I believe it’s based on cmark.
It unfortunately doesn’t support tables.
I’ve added the API definitions to the documentation just today. Sorry for the delay.
Thanks,
Brendan
Brendan,
Thank you for updating the API definitions documentation and the information about Markdown.