amazingrando / blades-in-the-dark-srd-content

SRD for the Blades in the Dark RPG
https://bladesinthedark.com
179 stars 62 forks source link

replace page number references and anchor links (with markdown links?) #10

Open bob-carpenter opened 4 years ago

bob-carpenter commented 4 years ago

There are still some physical page references and one residual anchor link in the code.

The last reference (to sample creations) also brings up the point that there are no stubs in the SRD for things the game designer needs to fill in, so some of these references are dangling. Is there a preferred way to fix this problem in the SRD?

The <a href=...> instance above is the only one in the document.

Can we replace the page references with links of the form [ text ]( link ) to explicitly added anchors? I'm not sure how widely supported that is in various markdown flavors. I'm also not sure how well it converts to LaTeX references when using something like pandoc-citeproc.

OldManUmby commented 2 years ago

I'm not sure I got all the Page references fixed in my Pull Request. Markdown files don't have pages per'se, that requires final repagination in whatever processing software you use. The best thing to do a perhaps remove the page numbers (replace them with a placeholder/marker) and insert your own after you have things re-formatted. I'll take another peek at my Fork of this project and put in a placeholder for future reference, then submit another Pull Request. THX!

bob-carpenter commented 2 years ago

I don't think page numbers make sense for an online document. I was suggesting in the issue replacing them with anchors and links.