You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Git][] is recommended to easily download and update the JSON sources
11
12
- Existing experience with using a command line isn't required, but may be useful. These instructions should be
12
13
sufficient, but you can look at the following resources for additional background on how to use the Windows
13
14
command line:
14
-
-[A Beginner's Guide to the Windows Command Line](https://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/)
15
-
-[How to Open Command Prompt in a Folder](https://www.lifewire.com/open-command-prompt-in-a-folder-5185505)
15
+
-[A Beginner's Guide to the Windows Command Line](https://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/)
16
+
-[How to Open Command Prompt in a Folder](https://www.lifewire.com/open-command-prompt-in-a-folder-5185505)
16
17
17
18
## Instructions
18
19
@@ -27,7 +28,7 @@
27
28
-`ttrpg-convert-cli-2.3.18-windows-x86_64.zip`
28
29
-`ttrpg-convert-cli-2.3.18-examples.zip`
29
30
30
-
2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
31
+
2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
31
32
3. Navigate to the `bin` directory inside the unzipped files. It might be nested within another folder. You should see a `ttrpg-convert` EXE file in the folder - see the screenshot below.
32
33
4. In Explorer, hold **Shift** and **Right Click** within the folder (not on any particular file). Select
33
34
*Open in Terminal* (this may also be *Open PowerShell window here*, or *Open command window here* if you
@@ -40,46 +41,52 @@
40
41

41
42
42
43
6. Acquire the JSON data sources following the instructions in [Convert 5eTools JSON data][] or [Convert Pf2eTools JSON data][] by entering commands in this window and pressing **Enter**.
43
-
- For example, for 5eTools, run the following command (assuming that you have [Git][] installed):
- If you don't have Git, you can instead manually download the latest [5eTools release](https://github.com/Pf2eToolsOrg/Pf2eTools/releases/latest) or [Pf2eTools release](https://github.com/Pf2eToolsOrg/Pf2eTools/releases/latest) and extract the zip file to the `bin/` directory, so that it sits alongside the `ttrpg-convert.exe` file.
50
+
51
+
- If you don't have Git, you can instead manually download the latest [Pf2eTools release](https://github.com/Pf2eToolsOrg/Pf2eTools/releases/latest) and extract the zip file to the `bin/` directory, so that it sits alongside the `ttrpg-convert.exe` file.
52
+
52
53
- At this point, it should look like this:
53
54
54
55

55
-
56
+
56
57
7. Run the tool to check that it works. Enter `./ttrpg-convert --version` following into the terminal and press Enter
57
58
to run the command. You should see something like the following:
- You should see output like the following, listing out how many notes of each type were generated, and a new `dm` folder should be in that directory.
73
73
74
-

- You should see output like the following, listing out how many notes of each type were generated, and a new `dm` folder should be in that directory.
79
+
80
+

81
+
75
82
9. To use additional sources, templates, or books, or for more configuration options,
76
83
[create a config file][3] and [see the main README][4].
77
-
78
-
- For example, assuming you have a custom configuration located in a file called `dm-sources.json`, you can
79
-
use this command to generate notes using that configuration:
- For example, assuming you have a custom configuration located in a file called `dm-sources.json`, you can use this command to generate notes using that configuration:
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ I use [Obsidian](https://obsidian.md) to keep track of my campaign notes. This p
26
26
> - 🚜 [**Review the changelog**](CHANGELOG.md) for new capabilities (✨) and breaking changes (🔥💥).
27
27
> - 🔮 Check out [**Conventions**](#conventions) and [**Recommendations**](#recommendations-for-using-the-cli)
28
28
29
+
> [!WARNING]
30
+
> The 5eTools data repositories have been taken down. This tool will still work to create Obsidnian notes for data in this JSON format (homebrew, for example).
31
+
29
32
## Using the Command Line
30
33
31
34
This tool works in the command line, which is a text-based way to give instructions to your computer.
Copy file name to clipboardExpand all lines: docs/configuration.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -413,10 +413,6 @@ The following configuration options allow you to change how the CLI treats these
413
413
414
414
- Create a shallow clone of the images repository, and set `images.internalRoot` in your configuration file to tell the CLI where it can locally find "internal" images.
0 commit comments