From 4da6037cbda5ca1030adfaee247850b5289c140e Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:48:36 -0700 Subject: [PATCH] docs: update misc docs --- README.md | 1 - docs/library-changes.md | 4 ++-- docs/roadmap.md | 4 ++-- mkdocs.yml | 7 +++---- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0a77b692..90b0d6f7 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,6 @@ See the [**Roadmap**](docs/roadmap.md) on the documentation site for a complete - To provide powerful methods for organization, notably the concept of tag inheritance, or "taggable tags" _(and in the near future, the combination of composition-based tags)._ - To create an implementation of such a system that is resilient against a user’s actions outside the program (modifying, moving, or renaming files) while also not burdening the user with mandatory sidecar files or requiring them to change their existing file structures and workflows. - To support a wide range of users spanning across different platforms, multi-user setups, and those with large (several terabyte) libraries. -- To make the dang thing look nice, too. It’s 2025, not 1995. ### Project Priorities diff --git a/docs/library-changes.md b/docs/library-changes.md index 66054b5d..083e67fd 100644 --- a/docs/library-changes.md +++ b/docs/library-changes.md @@ -1,12 +1,12 @@ --- -title: Library Format +title: Library Changes icon: material/database-edit --- -# :material-database-edit: Library Format +# :material-database-edit: Library Changes This page outlines the various changes made to the TagStudio library save file format over time, sometimes referred to as the "database" or "database file". diff --git a/docs/roadmap.md b/docs/roadmap.md index 3dafb287..9c4c69c3 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -65,11 +65,11 @@ A separated, UI agnostic core library that would be used to interface with the T - [ ] Core Library :material-chevron-double-up:{ .priority-med title="Medium Priority" } **[v9.9.0]** - [ ] CLI :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.9.0]** -- [ ] MIT License :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.9.0]** +- [ ] MIT License _(Core Library + CLI)_ :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.9.0]** ### :material-clipboard-text: Format Specification -A detailed written specification for the TagStudio tag and/or library format. Intended for used by third-parties to build alternative cores or protocols that can remain interoperable. +A detailed specification written for the TagStudio tag and/or library format. Intended for used by third-parties to build alternative cores or protocols that can remain interoperable. - [ ] Format Specification Established :material-chevron-double-up:{ .priority-med title="Medium Priority" } **[v10.0.0]** diff --git a/mkdocs.yml b/mkdocs.yml index b28d8235..2c87f783 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,7 +35,7 @@ nav: - Getting Started: - install.md - usage.md - - Developing: + - Developers: - developing.md - contributing.md - style.md @@ -48,15 +48,14 @@ nav: - search.md - ignore.md - macros.md - - Tags: + - Tags & Fields: - tags.md - colors.md - - Fields: - fields.md - Updates: - changelog.md - roadmap.md - - Schema History: + - Format History: - library-changes.md theme: