Obsidian-TTRPG-Community / Starfinder-SRD-Markdown

An Obsidian Vault for the Paizo game Starfinder.
3 stars 2 forks source link

[Bug]: dataview query path needs update #4

Open TheNightMayor opened 6 months ago

TheNightMayor commented 6 months ago

Expected Behavior

dataview tables in obsidian.md should point to the correct folder: "Starfinder-SRD/Compendium/SF1E/*"

Current Behavior

dataview queries point to a folder called 'codex' : "FROM "Codex/Feats/Combat Feats"

Reproduction Steps

open folder note that contains dataview query table, for example "Starfinder-SRD/Compendium/SF1E/Feats/Combat Feats/Combat Feats.md"

TABLE
Prerequisites, Benefit
FROM "Codex/Feats/Combat Feats"
SORT Name ASC
WHERE file.name != "Combat Feats"
TheNightMayor commented 6 months ago

I fixed (i believe) the dataview paths, and also adjusted all of the items, ships, and spells so they show up in dataview (removed commas from prices, adjusted property name typos.

I also merged the two bestiary folders into one, moving all of the dataview formatting into the properties/YAML.

I started formatting the creatures' YAML to fit into the "Fantasy Statblocks" plugin Starfinder Layout that I made (based on the PF2E one), but realized I don't know for sure if this is a helpful move, so I stopped after two or three. at least until I publish the SF1E statblock layout.

here is an example with ITS theme Aeon Guard statblock

no idea if any of this will be useful to anybody but I hope it will.