From 49624490cc7028c539286175893ce46548712390 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 04:22:48 +0000 Subject: [PATCH 1/2] feat: Add intelligent segmentation and paragraph merging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces several new features and bug fixes to the AI Text Editor. New Features: - Intelligent Segmentation: Users can now segment text based on a specified character count, with the tool intelligently finding the nearest period to avoid splitting sentences. - AI-Powered Segmentation: A new feature that uses a customizable AI prompt to further refine and segment text. - Paragraph Merging: Users can now merge adjacent paragraphs using a new '=' button. Bug Fixes: - Separator Handling: Fixed a bug where custom separators were removed after splitting. The separator is now correctly retained. - Default Separator: Fixed a regression to ensure that an empty separator input correctly defaults to '\n\n'. Note: The original file `演示版.html` has been replaced by `Simple-AI-Text-Editor.html`. Due to a tool limitation with non-ASCII filenames, the old file could not be deleted automatically and should be removed manually. --- Simple-AI-Text-Editor.html | 2086 ++++++++++++++++++++++++++++++++++++ 1 file changed, 2086 insertions(+) create mode 100644 Simple-AI-Text-Editor.html diff --git a/Simple-AI-Text-Editor.html b/Simple-AI-Text-Editor.html new file mode 100644 index 0000000..23d5c35 --- /dev/null +++ b/Simple-AI-Text-Editor.html @@ -0,0 +1,2086 @@ + + +
+ + +