49 lines
2.0 KiB
Markdown
49 lines
2.0 KiB
Markdown
# 目录
|
|
|
|
```table-of-contents
|
|
title:
|
|
style: nestedList # TOC style (nestedList|nestedOrderedList|inlineFirstLevel)
|
|
minLevel: 0 # Include headings from the specified level
|
|
maxLevel: 0 # Include headings up to the specified level
|
|
includeLinks: true # Make headings clickable
|
|
hideWhenEmpty: false # Hide TOC if no headings are found
|
|
debugInConsole: false # Print debug info in Obsidian console
|
|
```
|
|
|
|
# 编辑文件
|
|
|
|
文件创建或导入后(见 “ 文档创建、导入 ” 操作指南)需要编辑文件,可以将文件 **检出** 到本地电脑上进行修改,修改完成后再 **检入** 回系统当中即可
|
|
|
|
==注意:只能编辑 **文档工作区** 的文件==
|
|
|
|
## 检出文件
|
|
|
|
==在 **企业知识库** → **文档工作区** → 选择文件,右键 → **生命周期** → **检出**==
|
|
|
|

|
|
|
|
文件将会被 **检出** 到本地电脑上,照常编辑这份文件即可,编辑完成后进行保存
|
|
|
|

|
|
|
|
## 检入文件
|
|
|
|
保存好的文件需要从本地电脑上放回到系统当中,需要==在 **企业知识库** → **文档工作区** → 找到这份文件,右键 → **生命周期** → **检入**==
|
|
|
|

|
|
|
|
检入文件时系统会询问是否要创建新版本
|
|
|
|
如果选择 **否** 不创建新版本,则新编辑好的文件检入后会直接覆盖老文件
|
|
|
|
如果选择 **是** 创建新版本,则新编辑好的文件检入后会提升一个版本,系统默认显示出最新版本的文件,若有需要则可以在文件的 **历史版本** 中查询到旧版本的文件
|
|
|
|

|
|
|
|
### 找不到检出文件怎么办
|
|
|
|
将文件 **检出** 了,但是忘记了文件原来的位置在哪,如何查找?
|
|
|
|
可以==在 **工作台** → **首页** → 向下滑动 → **检出的文件**==
|
|
|
|
 |