[1293] 草稿文件放开 .stem 后缀支持并导出样式包为 .stem 草稿 - #4533
Merged
Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
任务描述
关联任务文档:
devel/1293.mdWhat
.stem后缀:scratch-buffer-name支持可选扩展名参数,生成draft_YYYYMMDD_HHMMSS.stem;draft-stamp放开对.stem扩展名的匹配与数字时间戳提取;propose_title识别draft_*.stem,使.stem草稿享有与.tmu相同的时间标题推导;new-buffer。.stem草稿文件并记录原文档路径;stem格式(STEM files (*.stem));.tmu改为.stem,如xxx.tmu对应xxx.stem)。Why
.stem格式存储;导出样式包时原先生成.tmu草稿且保存引导为 TMU 格式,需放开.stem草稿并自动引导到原文档目录及同名.stem格式。测试
xmake r tm-files-test全部通过(16 checks);xmake r extract-style-package-test全部通过(10 checks)。