Obsidian-TTRPG-Community / Cypher-SRD-Markdown

The Cypher System Reference Document in Markdown and Obsidian Ready
Other
5 stars 2 forks source link

Added rough draft entries for remaining Abilities #22

Closed sailKiteV closed 7 months ago

sailKiteV commented 7 months ago

Added rough draft entries for remaining Abilities

Workflow

This contribution was made using a multi-step workflow, which hopefully may be used for further contributions to the SRD:

  1. Use MarkDownload browser extension to extract Markdown form of relevant text from a web version of the SRD.
  2. Open .md(s) in code editor of choice and use regex replacement to convert entry titles into H1, H2, or H3 elements in Markdown syntax.
    • depending on the exact regex used, there may be false positives/negatives, so a quick scan through the output is recommended, alongside manual touch-ups as needed
  3. Open Markdown-formatted file in Obsidian, and use Note Refactor to split the file into multiple files based on H1, H2, or H3 as determined in step (2).
  4. Use Templater, other JavaScript-capable plugin, or code editor of choice to interact with new note Frontmatter.

Comments

Files suffixed with __ are likely to require special attention when finalizing their Properties due to their rules complexity and volume of text. JavaScript-based parsing and modification of Frontmatter may still work, but guidelines will be needed for the exact mapping of rules text to property value.

sigrunixia commented 7 months ago

Seems to be clear to me, and if not, we can always fix it!