### 在什么情况下你需要该特性? In what scenarios do you need this feature? <!-- 请尽量清晰地描述该特性的应用场景。 Please describe the functions and application scenarios you expect as clearly and accurately as possible. --> 整体导入文档/文档整体复制粘贴,使用sql对其中内容进行整理,无法有效排序。嵌入块默认排序倒叙。 ### 描述可能的最优解决方案 Describe the optimal solution <!-- 请描述你能想到的最优解决方案。也有有些类似软件已经实现了该特性,请列出以供我们参考。 Please try to describe the best solution. There may be similar software that implements this feature. Please also list it for our reference. --> 对每一个块增加一个字段,表明其在文档中的先后位置。通过此字段排序。 ### 描述候选的解决方案 Describe the candidate solution <!-- 请描述你能想到的候选解决方案。 Please describe the candidate solutions you can accept as clearly and accurately as possible. --> 至少导入的时候不要整体导入,而是逐行导入,从而避免全文档created和updated一致的现象。
Activity
[-]增加一个字段,使得同一文档内的块有先后之分[/-][+]整体导入文档后,sql无法排序[/+]JCJC01 commentedon Apr 30, 2022
认同,有对于文档内的块排序的需求。按照创建顺序,修改顺序,名称等方法排序。
88250 commentedon Apr 30, 2022
增加字段的方案应该实现不了,我们试下候选方案。
[-]整体导入文档后,sql无法排序[/-][+]整体导入文档避免 created 和 updated 一致[/+][-]整体导入文档避免 created 和 updated 一致[/-][+]整体导入文档避免所有 `created` 和 `updated` 一致[/+][-]整体导入文档避免所有 `created` 和 `updated` 一致[/-][+]导入 Markdown 时避免所有 `created` 和 `updated` 一致[/+][-]导入 Markdown 时避免所有 `created` 和 `updated` 一致[/-][+]导入 Markdown 时避免块的 `created` 和 `updated` 一致[/+][-]导入 Markdown 时避免块的 `created` 和 `updated` 一致[/-][+]导入 Markdown 时避免所有块的 `created` 和 `updated` 一致[/+]