Skip to content

Commit

Permalink
update URLs to reflect new repo location (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored Jun 9, 2024
1 parent 2b09022 commit c6793c4
Show file tree
Hide file tree
Showing 59 changed files with 1,470 additions and 1,437 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ expected settings:
* Turn off Svelte CSS
* Include CSS from "Iron Vault"
* Under "Metadata":
* Public site URL should be `https://cwegrzyn.github.io/iron-vault/`
* Public site URL should be `https://iron-vault-plugin.github.io/iron-vault/`
* Author Name should be `Iron Vault Dev Team`
* Vault Title should be `Iron Vault`
* RSS Feed should be enabled
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,45 @@ functionality with this plugin.
## Documentation

The full documentation is available on the docs site at
https://cwegrzyn.github.io/iron-vault/. It covers all current (and some
https://iron-vault-plugin.github.io/iron-vault/. It covers all current (and some
future!) features of the plugin, how to use them, and even lets you search to
find what you're looking for.

## Features

You can start reading about the various Iron Vault features here:

* [Blocks](https://cwegrzyn.github.io/iron-vault/blocks/about-blocks.html) -
* [Blocks](https://iron-vault-plugin.github.io/iron-vault/blocks/about-blocks.html) -
Special blocks used throughout the tool to render things nicely and give you
handy interactive widgets for editing game data.
* [Commands](https://cwegrzyn.github.io/iron-vault/commands/about-commands.html) -
* [Commands](https://iron-vault-plugin.github.io/iron-vault/commands/about-commands.html) -
Various Obsidian commands, all of which can be bound to hotkeys or the
quick access bar, for performing all sorts of game actions, like making
moves, creating progress tracks, etc.
* [Entities](https://cwegrzyn.github.io/iron-vault/entities/about-entities.html) -
* [Entities](https://iron-vault-plugin.github.io/iron-vault/entities/about-entities.html) -
How Iron Vault represents all sorts of different game concepts, or some
ways that you might choose to represent them yourself.
* [Sidebar](https://cwegrzyn.github.io/iron-vault/other-features/sidebar.html) -
* [Sidebar](https://iron-vault-plugin.github.io/iron-vault/other-features/sidebar.html) -
A handy right-panel sidebar for quick access to Moves, Oracles, and your
Character Sheet, all in one, easy-access place. Particularly useful on
mobile.
* [Special
Links](https://cwegrzyn.github.io/iron-vault/other-features/special-links.html) -
Links](https://iron-vault-plugin.github.io/iron-vault/other-features/special-links.html) -
There are `oracle:`, `move:`, `asset:` and `id:` links that, instead of
trying to open a web page, will instead open a modal window with the
contents of the thing you're trying to link to. For example, `[My
Oracle](oracle:MyOracleName)` will pop up a window with the description and
roll table for "My Oracle".
* [CSS
Tweaks](https://cwegrzyn.github.io/iron-vault/other-features/css-tweaks.html) -
Tweaks](https://iron-vault-plugin.github.io/iron-vault/other-features/css-tweaks.html) -
Styling tweaks to make some things look nicer or more customized, such as
the `iron-vault-embed` option for inlining embeds.
* [Settings](https://cwegrzyn.github.io/iron-vault/other-features/settings.html) -
* [Settings](https://iron-vault-plugin.github.io/iron-vault/other-features/settings.html) -
Various configurations available to tweak your Iron Vault experience.
* [API](https://cwegrzyn.github.io/iron-vault/other-features/api.html) -
* [API](https://iron-vault-plugin.github.io/iron-vault/other-features/api.html) -
(Coming Soon) Are you a developer? We expose the plugin for easy access, for
folks who want to do fancier things with Iron Vault features.
* [Rulesets](https://cwegrzyn.github.io/iron-vault/other-features/rulesets.html)
* [Rulesets](https://iron-vault-plugin.github.io/iron-vault/other-features/rulesets.html)
(Coming Soon) - BYO Rulesets! Import custom assets, oracles, or even entire
rulesets/games that conform to the
[Datasworn](https://github.com/rsek/datasworn) data model.
Expand All @@ -61,7 +61,7 @@ For now, the easiest way to install is via
repo to BRAT, and it will install the latest release of this plugin

You can also install it manually by downloading the latest files from [Github
Release](https://github.com/cwegrzyn/iron-vault/releases/latest). You'll want
Release](https://github.com/iron-vault-plugin/iron-vault/releases/latest). You'll want
to put `main.js`, `manifest.json`, and `styles.css` in
`your-vault/.obsidian/plugins/iron-vault`.

Expand Down
4 changes: 2 additions & 2 deletions docs-built/blocks/about-blocks.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions docs-built/blocks/asset-blocks.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs-built/blocks/character-blocks.html

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions docs-built/blocks/clock-blocks.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs-built/blocks/mechanics-blocks.html

Large diffs are not rendered by default.

366 changes: 183 additions & 183 deletions docs-built/blocks/moves-blocks.html

Large diffs are not rendered by default.

1,454 changes: 727 additions & 727 deletions docs-built/blocks/oracles-blocks.html

Large diffs are not rendered by default.

38 changes: 35 additions & 3 deletions docs-built/blocks/track-blocks.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/about-commands.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/add-asset-to-character.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs-built/commands/advance-a-clock.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs-built/commands/advance-a-progress-track.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/ask-the-oracle.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/burn-momentum.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs-built/commands/create-a-clock.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs-built/commands/create-a-progress-track.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs-built/commands/create-new-character.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/generate-an-entity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/make-a-move.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/show-all-commands.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/show-sidebar.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/suffer-on-a-meter.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/take-on-a-meter.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/commands/toggle-displaying-mechanics.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/about-entities.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions docs-built/entities/assets.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs-built/entities/characters.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs-built/entities/clocks.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/delves.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/derelicts.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/factions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/locations-and-settlements.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs-built/entities/moves.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/npcs.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/oracles.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs-built/entities/progress-tracks.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/sectors.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/truths.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-built/entities/vaults.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs-built/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-built/lib/html/file-tree.html

Large diffs are not rendered by default.

Loading

0 comments on commit c6793c4

Please sign in to comment.