mirror of
https://github.com/bal-spec/sillytavern-character-memory.git
synced 2026-04-28 03:39:44 +00:00
docs: document Data Bank editor Undo button in changelog and user guide
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b0dad1c5b6
commit
b3d0447369
2 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
### New Features
|
||||
|
||||
- **Find & Replace across all editing surfaces**: A compact find/replace bar is available in the Memory Manager, Consolidation, Conversion Preview, Reformat Preview, and Data Bank editor. Type to see matches highlighted with a live count. Replace All updates every occurrence at once. Supports case-sensitive matching. In block editor dialogs (Consolidation, Reformat, Conversion), Replace All is undoable via the existing Undo button.
|
||||
- **Find & Replace across all editing surfaces**: A compact find/replace bar is available in the Memory Manager, Consolidation, Conversion Preview, Reformat Preview, and Data Bank editor. Type to see matches highlighted with a live count. Replace All updates every occurrence at once. Supports case-sensitive matching. In block editor dialogs (Consolidation, Reformat, Conversion, Data Bank editor), Replace All is undoable.
|
||||
- **Undo in Data Bank editor**: The Data Bank file editor now has an Undo button that reverts Replace All, delete, and add operations. Nothing is written to disk until you click Save.
|
||||
|
||||
### UX Redesign
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ A find/replace bar appears at the top of the Memory Manager (and in the Consolid
|
|||
|
||||
- **Case sensitive** — click the **Aa** button to toggle case-sensitive matching
|
||||
- In the Memory Manager, Replace All writes changes to disk immediately — **back up your memory file first** if replacing across many memories
|
||||
- In the Consolidation, Reformat, and Conversion editors, Replace All is undoable (click Undo to revert)
|
||||
- In the Consolidation, Reformat, Conversion, and Data Bank editors, Replace All is undoable (click Undo to revert)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ After reformatting, [purge and re-vectorize](retrieval-and-prompts.md#purge-and-
|
|||
|
||||
## Data Bank
|
||||
|
||||
Click **Data Bank** to browse and manage memory files directly. You can view the raw markdown, edit it, and save changes. This is the same file that Vector Storage indexes — useful for bulk edits or importing content from another tool.
|
||||
Click **Data Bank** to browse and manage memory files directly. You can view the raw markdown, edit it, and save changes. The editor includes find/replace and an **Undo** button — nothing is written to disk until you click **Save changes**. This is the same file that Vector Storage indexes — useful for bulk edits or importing content from another tool.
|
||||
|
||||
In group chats, the browser shows files for all group members, not just the active character. See [Group Chats → Data Bank browser](group-chats.md#data-bank-browser) for details.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue