Kate markdown setup and [[WikiLinks]]

I’m trying to configure Kate to work with Markdown files, and already installed marksman.
I do not see any errors related to the LSP configuration.

But if I try to use [[WikiLinks]] they do not work. Also, if I got it well, while typing there shoulb a sort of completion or it should follow the link, page2 in my example.

In other editor like Obsidian hitting ctrl+return allows me to follow the link and edit the doc.

Also the document preview isn’t rendering the [[WikiLinks]].

Am I the one with high expectations, or is there something wrong?

Are wikilinks standard markdown? if not, then the preview won’t render them.

The server might need some additional config to make it work correctly. Seems like the server identifies a “root” using one of the following two things

"rootIndicatorFileNames": [".git",".marksman.toml"],

Do you have .git folder where your markdown files are or a .marksman.toml file?

GitHub - artempyanykh/marksman: Write Markdown with code assist and intelligence in the comfort of your favourite editor. seems to suggest this.

This is a fair point, I guess no. And I’m ok with that, I was trying the preview but the real reason is that I was trying to setup Kate for when I need to write small docs, and the navigation between files with the wikilink is a great addition.

And I ended up on the markman page.
Probably Kate is not supported. That is why I was looking for help.

I’m using this marksman.tmol that I put in .local/config/marksman.toml. I also tried to put in the main folder where I’m testing the setup, but without success.