Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Does this work?

A topic by Margaret Catter Development created Mar 27, 2022 Views: 146 Replies: 3
Viewing posts 1 to 2

Figured I might make a thread so I can stop asking if xyz function works within deepdwn.

  1. Does deepdwn recognize “description” in the metadata header info?

Currently, Deepdwn only uses the following in the header info:

  1. title: used when displaying the file in the file list
  2. pinned: Determines whether a file is pinned to the top of the file list
  3. tags and category: Used for organizing files in the filters panel.
  4. dir: Used to set or override the text document’s default text direction (either rtl or ltr)

Any and all other tags are allowed (as long as the header is still valid yaml), but those are the only ones used by Deepdwn currently.

How would you like it to be used/recognized?

I write a description about the contents of my note is. So I don’t have so I can at a glance read whatever was in or on my mind when I wrote it. Or if it’s something for someone else to read what the document is about.

Really I don’t need it to work so much as I wanted to know if I used yaml in the headers I wouldn’t break something in deepdwn (again).

So just to confirm most if not all yaml header tags shouldn’t break anything?

So just to confirm most if not all yaml header tags shouldn’t break anything?

Really, anything that you can put in there ought to be fine, bugs not withstanding, and as long as it’s still valid YAML. It’s absolutely designed to allow any other metadata that you need for your own purposes.

If for any reason it didn’t, that would be considered a high priority bug that needs to be fixed.