mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
refine theme docs
This commit is contained in:
parent
d8b270ddf3
commit
d5bab812d1
@ -15,7 +15,7 @@
|
||||
"attachment_folder": "",
|
||||
"created_time": "2019-03-31T07:23:55Z",
|
||||
"id": "18",
|
||||
"modified_time": "2021-07-10T01:57:54Z",
|
||||
"modified_time": "2022-08-12T13:15:42Z",
|
||||
"name": "Localization and Translations.md",
|
||||
"signature": "62725339626611",
|
||||
"tags": [
|
||||
|
@ -157,11 +157,12 @@ vnotex--NotebookNodeExplorer QTreeView {
|
||||
}
|
||||
```
|
||||
|
||||
### Customize ICONS
|
||||
### Customize Icons
|
||||
Customizing the icons used in VNote is supported by putting all related icon files in the folder `icons` within a theme.
|
||||
|
||||
Vnotex Support for adding custom icon folders in themes `icons`, After placing the `SVG` format image of the corresponding name inside, the icon customization in the theme can be realized.
|
||||
For a complete list of file names of the icons, please check [icons](https://github.com/vnotex/vnote/tree/master/src/data/core/icons).
|
||||
|
||||
Sample directory:
|
||||
A sample directory structure:
|
||||
|
||||
```
|
||||
.
|
||||
@ -177,7 +178,7 @@ Sample directory:
|
||||
└── web.css
|
||||
```
|
||||
|
||||
Mapping between common ICONS:
|
||||
Some common icons:
|
||||
|
||||
**Notes**
|
||||
|
||||
@ -188,9 +189,7 @@ Mapping between common ICONS:
|
||||
| folder_node.svg | Folder of nodes |
|
||||
| file_node.svg | Nodes |
|
||||
|
||||
**Top Menu bar**
|
||||
|
||||
From left to right.
|
||||
**Top Menu Bar**
|
||||
|
||||

|
||||
|
||||
@ -208,9 +207,7 @@ From left to right.
|
||||
| settings_menu.svg | Settings |
|
||||
| menu.svg | Menu |
|
||||
|
||||
**Left navigation bar**
|
||||
|
||||
From top to down.
|
||||
**Left Navigation Bar**
|
||||
|
||||

|
||||
|
||||
@ -223,7 +220,6 @@ From top to down.
|
||||
| snippet_dock.svg | Snippets |
|
||||
|
||||
|
||||
Demo:
|
||||
An example theme:
|
||||
|
||||

|
||||
|
||||
|
@ -95,7 +95,7 @@
|
||||
"attachment_folder": "",
|
||||
"created_time": "2018-11-24T12:18:17Z",
|
||||
"id": "12",
|
||||
"modified_time": "2022-08-09T02:46:01Z",
|
||||
"modified_time": "2022-08-12T13:11:39Z",
|
||||
"name": "Themes and Styles.md",
|
||||
"signature": "2110466178163",
|
||||
"tags": [
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
::: alert-success
|
||||
|
||||
VNote 3.13.0 is released! Check out [what's new](https://github.com/vnotex/vnote/releases)!
|
||||
VNote 3.14.0 is released! Check out [what's new](https://github.com/vnotex/vnote/releases)!
|
||||
|
||||
:::
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
"attachment_folder": "",
|
||||
"created_time": "2018-11-24T05:04:27Z",
|
||||
"id": "19",
|
||||
"modified_time": "2022-04-09T01:40:00Z",
|
||||
"modified_time": "2022-08-12T13:04:14Z",
|
||||
"name": "index.md",
|
||||
"signature": "79316798291059",
|
||||
"tags": [
|
||||
|
@ -95,7 +95,7 @@
|
||||
"attachment_folder": "",
|
||||
"created_time": "2018-11-24T12:30:05Z",
|
||||
"id": "39",
|
||||
"modified_time": "2022-08-07T05:14:57Z",
|
||||
"modified_time": "2022-08-12T13:13:26Z",
|
||||
"name": "主题和样式.md",
|
||||
"signature": "102269103520883",
|
||||
"tags": [
|
||||
|
@ -158,8 +158,9 @@ vnotex--NotebookNodeExplorer QTreeView {
|
||||
```
|
||||
|
||||
### 自定义图标
|
||||
可以通过在主题文件夹下面的`icons`文件夹中添加对应的图标文件来自定义界面图标。
|
||||
|
||||
Vnotex 支持在主题中添加自定义图标文件夹 `icons`,往里面放置对应名称的 `svg` 格式图片后,即可实现主题中的图标定制化。
|
||||
一个完整的图标文件列表可以参考[图标](https://github.com/vnotex/vnote/tree/master/src/data/core/icons) 。
|
||||
|
||||
目录样例结构如下:
|
||||
|
||||
@ -190,8 +191,6 @@ Vnotex 支持在主题中添加自定义图标文件夹 `icons`,往里面放
|
||||
|
||||
**顶部菜单**
|
||||
|
||||
从左到右
|
||||
|
||||

|
||||
|
||||
| 名称 | 解释 |
|
||||
@ -210,8 +209,6 @@ Vnotex 支持在主题中添加自定义图标文件夹 `icons`,往里面放
|
||||
|
||||
**左侧导航栏**
|
||||
|
||||
从上到下
|
||||
|
||||

|
||||
|
||||
| 名称 | 解释 |
|
||||
@ -223,7 +220,7 @@ Vnotex 支持在主题中添加自定义图标文件夹 `icons`,往里面放
|
||||
| snippet_dock.svg | 片段 |
|
||||
|
||||
|
||||
效果如下
|
||||
一个例子主题如下:
|
||||
|
||||

|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
::: alert-success
|
||||
|
||||
VNote 3.13.0 已发布! 看看都有[哪些更新](https://github.com/vnotex/vnote/releases) !
|
||||
VNote 3.14.0 已发布! 看看都有[哪些更新](https://github.com/vnotex/vnote/releases) !
|
||||
|
||||
观看[展示录屏](https://www.bilibili.com/video/av77455284) !
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
"attachment_folder": "",
|
||||
"created_time": "2018-11-24T09:30:11Z",
|
||||
"id": "47",
|
||||
"modified_time": "2022-04-09T01:40:18Z",
|
||||
"modified_time": "2022-08-12T13:04:25Z",
|
||||
"name": "index.md",
|
||||
"signature": "53181922294899",
|
||||
"tags": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user