Skip to content

Commit

Permalink
Custom Macro Collection v2.11.0 (#67)
Browse files Browse the repository at this point in the history
* remove si2

* update demo

* rebuild

* update readme
  • Loading branch information
ChapelR committed Feb 20, 2024
1 parent 8b782a8 commit a1d968a
Show file tree
Hide file tree
Showing 32 changed files with 56 additions and 1,736 deletions.
8 changes: 5 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Chapel's Custom Macro Collection (v2.10.0)

- [Try the demo!](https://macros.twinelab.net/demo) ([Sausage](https://github.com/ChapelR/custom-macros-demo))
- [Downloads](./download ':ignore')
- [Downloads](https://macros.twinelab.net/download)
- [Changelog](changelog.md)
- [Release Notes](https://twinelab.net/blog/tags/macros/)

> [!NOTE]
> The Simple Inventory has been split off into [it's own library](https://inventory.twinelab.net)!
### Documentation
- **Gameplay Systems and Mechanics**
- [The Simple Inventory System](simple-inventory.md)
- [The Cycles System](cycles-system.md)
- [The Playtime System](playtime-system.md)
- **Interface and Style**
Expand Down Expand Up @@ -38,7 +40,7 @@

### Installation Guide

To install these macros, all you need is the code. You can get the code by copy and pasting from the [repo](https://github.com/ChapelR/custom-macros-for-sugarcube-2/tree/master/scripts), or by generating a custom download using the [download utility](./download ':ignore'). If you use the downloader, select the scripts you want and click the `Create Download` button. Extract the files from the downloaded zip file and install the `bundle.js` and `bundle.css` files (see below).
To install these macros, all you need is the code. You can get the code by copy and pasting from the [repo](https://github.com/ChapelR/custom-macros-for-sugarcube-2/tree/master/scripts), or by generating a custom download using the [download utility](https://macros.twinelab.net/download). If you use the downloader, select the scripts you want and click the `Create Download` button. Extract the files from the downloaded zip file and install the `bundle.js` and `bundle.css` files (see below).

If you opt to get the files from GitHub, It is highly recommended that you install the minified versions (found in the `scripts/minified/` [directory of the repo](https://github.com/ChapelR/custom-macros-for-sugarcube-2/tree/master/scripts/minified)), as these versions will have improved performance. You will only need the non-minified versions if you plan to edit the code in some way. Links to both the minified and pretty scripts are available on the individual documentation pages for each macro / system.

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[Back to the main page](./README.md).

### February 20, 2024 (v2.11.0)

- **[Retired]** Removed Simple Inventory 2 in favor of [Simple Inventory 3](https://inventory.twinelab.net/).
- **[Docs]** Fixed several errors in the meter macro docs.

### July 21, 2022 (v2.10.0)

- **[Update]** A few small updates and fixes.
Expand Down
119 changes: 22 additions & 97 deletions docs/demo/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/download/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
'Dice Roller and Fairmath Functions' : 'operations',
'Playtime System' : 'playtime',
'Pronoun Templates' : 'pronouns',
'Simple Inventory' : 'simple-inventory',
'The Speech Box System' : 'speech+css',
'Swap Macro Set' : 'swap-macro-set',
'The Typesim Macro' : 'type-sim',
Expand Down
Empty file removed docs/guides/meter-macros-guide.md
Empty file.
248 changes: 0 additions & 248 deletions docs/guides/simple-inventory-guide.md

This file was deleted.

Loading

0 comments on commit a1d968a

Please sign in to comment.