On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Apologies for the delay, and thank you for helping! Hopefully this helps prevent more weird bugs lol. There shouldn't be much data within the actual file, just the basic set up, as that's when I started to notice the help/example document was showing up in categories, but not this one. (Also priorities become very strange when writing at 2am) Markdown File Link

(1 edit) (+1)

Thank you!

There is an issue with the description section of your document.

It needs to appear like this (with the key and content on a single line)

description: Organizing potential quests and story

or like this (with the content indented on the following line):

description:
  Organizing potential quests and story

Otherwise, the yaml section is technically invalid, and Deepdwn is unable to parse the metadata (in some circumstances), and you don’t get the correct title/tag/category display.

There is an advanced feature that ought to have been able to help with that (Settings > Advanced > Enable markdown format warnings), but I see that it has a bug preventing it from working correctly in the latest release.

If it was working, you might have seen this cryptic message, which may or may not have helped anyway.

Screenshot of a section of yaml containing an error. An X icon appears at the error line, with a popup displaying the text “can not read a block mapping entry; a multiline key may not be an implicit key

(+2)

Ohhhhhhh, gotcha!

And yeah, didn't see the warning. In my case, I'd probably look up what it was seeing, and get an explainer from stack overflow, but folks who don't look at debug logs for fun maaaaaaaaaaaay have a trickier time.

Still, thanks for the help!