Parse a string

Hi all

i am working with Kirby as CMS. Kirby is a folder based CMS which generates a folder for each content.

For data it generates a Textfile written in mardown language. looks like this:

Title: An interesting article
----
Date: 2020-03-31
----
Text: Really interesting content here…

I wold like to use these data in intuiface, but how?

It seems, that the substring function only accepts int as propertie. I would need strings as propertie.

For the date for eg. i would need "Date: " as first index and “—” as last index.

Any idea?

Greetings

Christian

Hi @kuntze,

Did you have a look at the Custom Script converter option? That could give you all the flexibility you require.