Giving panel users indentation control in a textarea

You could probably use a kirbytext pre filter: https://getkirby.com/docs/developer-guide/kirbytext/filters to prevent the default markdown behaviour and convert those spaces to   characters, maybe this is possible with some regex voodoo.

1 Like