Migrate external tools to local paths #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Writing and Color Palette tools currently point to hardcoded external URLs:
https://writing.sites.brads.house/https://color.sites.brads.house/These need to be migrated to local self-contained tools (like the other tools in the project) so the dashboard doesn't depend on personal infrastructure.
In
tools.json:writing→ should become a local tool at/writing/index.htmlcolor→ should become a local tool at/color/index.html