release 2.2
@ -6,7 +6,7 @@
|
||||
"attachments": [
|
||||
],
|
||||
"created_time": "2018-11-24T05:04:27Z",
|
||||
"modified_time": "2018-11-24T10:59:28Z",
|
||||
"modified_time": "2018-12-15T03:23:15Z",
|
||||
"name": "index.md",
|
||||
"tags": [
|
||||
]
|
||||
|
68
en_us/blogs/Official/VNote 2.2 Released.md
Normal file
@ -0,0 +1,68 @@
|
||||
# VNote 2.2 Released
|
||||
After nearly two months, I am glad to announce the release of VNote 2.2!
|
||||
|
||||
Before touching the thrilling updates of 2.2, I want to tell you that VNote now has a new [website](https://tamlok.github.io/vnote). From now on, we could combine the home page and documentatioin together in one place. It is generated by [Viki](https://tamlok.github.io/viki), another open source project that I wrote for VNote.
|
||||
|
||||
Viki does not need a server and could recognize the structure of VNote's notebook. Just put some files of Viki into your notebook, then you can show your notebook as an elegant website to everyone.
|
||||
|
||||
Now let me show you what VNote 2.2 could now accomplish!
|
||||
|
||||
## Table
|
||||
Many users have requested to improve the edit experience of table since the very beginning. Now it comes!
|
||||
|
||||
There is now a tool button to insert table.
|
||||
|
||||
Syntax highlight and auto-alignment of GFM table:
|
||||
|
||||

|
||||
|
||||
Easy to add cells, columns, or rows:
|
||||
|
||||

|
||||
|
||||
In future releases, I will add shortcuts and context menu for table edit.
|
||||
|
||||
## Auto Scroll Cursor Line
|
||||
Now you could have VNote's cursor line being locked at the center of the editor while editing, even at the end of the document.
|
||||
|
||||

|
||||
|
||||
## WaveDrom
|
||||
VNote now supports WaveDrom for digital timing diagram.
|
||||
|
||||

|
||||
|
||||
## Others
|
||||
VNote now supports spliting the note list out from the folder tree:
|
||||
|
||||

|
||||
|
||||
Several handy configurations in Settings:
|
||||
|
||||
- Editor font to override the style configuration;
|
||||
- OpenGL option on Windows (now you don't need to declare environment variable);
|
||||
|
||||
For editor:
|
||||
|
||||
- VNote will try to guess image title from its file name when inserting image;
|
||||
- Support `~~~` as the fenced code block marker;
|
||||
|
||||
For MathJax:
|
||||
|
||||
- Support equation number;
|
||||
- Support `\begin` and `\end` directly without `$$`;
|
||||
- Support `$..$` in the `\text{}` within `$$..$$`;
|
||||
|
||||
VNote now supports alert text via [markdown-it-container](https://github.com/markdown-it/markdown-it-container) plugin. The following lines will generate an alert box:
|
||||
|
||||
```
|
||||
::: alert-info
|
||||
|
||||
VNote 2.2 is released!
|
||||
|
||||
:::
|
||||
```
|
||||
|
||||
Like this:
|
||||
|
||||

|
BIN
en_us/blogs/Official/_v_images/20181215102857764_1912483808.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
en_us/blogs/Official/_v_images/20181215103334371_1230109715.gif
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
en_us/blogs/Official/_v_images/20181215103813075_446800707.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
en_us/blogs/Official/_v_images/20181215104104751_2013646281.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
en_us/blogs/Official/_v_images/20181215104454914_374198128.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
en_us/blogs/Official/_v_images/20181215104925616_1318070034.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
18
en_us/blogs/Official/_vnote.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"created_time": "2018-12-15T03:22:40Z",
|
||||
"files": [
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"attachments": [
|
||||
],
|
||||
"created_time": "2018-12-15T02:10:40Z",
|
||||
"modified_time": "2018-12-15T02:51:55Z",
|
||||
"name": "VNote 2.2 Released.md",
|
||||
"tags": [
|
||||
]
|
||||
}
|
||||
],
|
||||
"sub_directories": [
|
||||
],
|
||||
"version": "1"
|
||||
}
|
4
en_us/blogs/Users/Reviews of VNote.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Reviews of VNote
|
||||
Here are some reviews of VNote from users.
|
||||
|
||||
- [VIM + Markdown = Sorprendente](http://sergiobelkin.com/posts/vim-%2B-markdown-sorprendente.html)
|
18
en_us/blogs/Users/_vnote.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"created_time": "2018-12-15T03:22:52Z",
|
||||
"files": [
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"attachments": [
|
||||
],
|
||||
"created_time": "2018-12-15T03:23:43Z",
|
||||
"modified_time": "2018-12-15T03:24:32Z",
|
||||
"name": "Reviews of VNote.md",
|
||||
"tags": [
|
||||
]
|
||||
}
|
||||
],
|
||||
"sub_directories": [
|
||||
],
|
||||
"version": "1"
|
||||
}
|
@ -3,6 +3,12 @@
|
||||
"files": [
|
||||
],
|
||||
"sub_directories": [
|
||||
{
|
||||
"name": "Official"
|
||||
},
|
||||
{
|
||||
"name": "Users"
|
||||
}
|
||||
],
|
||||
"version": "1"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
::: alert-success
|
||||
|
||||
VNote v2.1 is released! Check out [what's new](https://github.com/tamlok/vnote/releases/latest)!
|
||||
VNote 2.2 is released! Check out [what's new](blogs/Official/VNote%202.2%20Released.md)!
|
||||
|
||||
:::
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
"attachments": [
|
||||
],
|
||||
"created_time": "2018-11-24T09:30:11Z",
|
||||
"modified_time": "2018-11-25T03:00:30Z",
|
||||
"modified_time": "2018-12-15T02:55:04Z",
|
||||
"name": "index.md",
|
||||
"tags": [
|
||||
]
|
||||
|
69
zh_cn/blogs/官方/VNote 2.2发布.md
Normal file
@ -0,0 +1,69 @@
|
||||
# VNote 2.2 发布
|
||||
经过将近两个月的开发,很高兴为大家带来VNote 2.2!
|
||||
|
||||
在介绍2.2激动人心的更新之前,先给大家介绍一下VNote最新的[网站](https://tamlok.github.io/vnote) 。现在起,这里将会合并VNote的主页和文档。该网站是由另一个我开发的开源项目[Viki](https://tamlok.github.io/viki)生成的。
|
||||
|
||||
Viki的部署不需要服务器,而且能识别VNote笔记本的结构。只需要将Viki的几个文件放在VNote笔记本里面,就可以将该笔记本的内容以优美的方式展现给所有人。
|
||||
|
||||
下面给大家介绍一下VNote 2.2带来的更新!
|
||||
|
||||
## 表格
|
||||
在VNote发布不久,就一直有很多用户希望能够优化VNote的表格编辑功能。该来的终于来了!
|
||||
|
||||
现在在工具栏中有一个插入表格的按钮,可以方便插入一个表格框架。
|
||||
|
||||
VNote现在能对GFM表格进行语法高亮以及自动对齐:
|
||||
|
||||

|
||||
|
||||
非常方便地添加单元格、列和行:
|
||||
|
||||

|
||||
|
||||
将来会持续添加表格相关的快捷键和上下文菜单。
|
||||
|
||||
## 自动滚动光标行
|
||||
Now you could have VNote's cursor line being locked at the center of the editor while editing, even at the end of the document.
|
||||
VNote可以锁定光标所在行在编辑器的中央,包括光标在文档末尾的情况下。
|
||||
|
||||

|
||||
|
||||
## WaveDrom
|
||||
支持通过WaveDrom来绘制数字时序图。
|
||||
|
||||

|
||||
|
||||
## 其他
|
||||
久违的双列模式现在回来了:
|
||||
|
||||

|
||||
|
||||
新增了几个方便的设置选项:
|
||||
|
||||
- 设置编辑器字体,从而覆盖样式文件的配置;
|
||||
- Windows上面可以设置openGL的配置,再也无需增加系统变量;
|
||||
|
||||
对于编辑器:
|
||||
|
||||
- VNote会尝试根据文件名字猜测图片标题;
|
||||
- 支持`~~~`作为代码块的标记;
|
||||
|
||||
MathJax:
|
||||
|
||||
- 支持公式序号;
|
||||
- 支持直接书写`\begin` 和 `\end`,而无需`$$`;
|
||||
- 在`$$..$$`中支持`\text{}`内使用`$..$`;
|
||||
|
||||
添加了[markdown-it-container](https://github.com/markdown-it/markdown-it-container) 插件,支持添加一些警告信息:
|
||||
|
||||
```
|
||||
::: alert-info
|
||||
|
||||
VNote 2.2 is released!
|
||||
|
||||
:::
|
||||
```
|
||||
|
||||
效果如下:
|
||||
|
||||

|
BIN
zh_cn/blogs/官方/_v_images/20181215102857764_1912483808.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
zh_cn/blogs/官方/_v_images/20181215103334371_1230109715.gif
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
zh_cn/blogs/官方/_v_images/20181215103813075_446800707.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
zh_cn/blogs/官方/_v_images/20181215104104751_2013646281.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
zh_cn/blogs/官方/_v_images/20181215104454914_374198128.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
zh_cn/blogs/官方/_v_images/20181215104925616_1318070034.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
@ -1,6 +1,16 @@
|
||||
{
|
||||
"created_time": "2018-11-25T04:52:04Z",
|
||||
"files": [
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"attachments": [
|
||||
],
|
||||
"created_time": "2018-12-15T02:50:44Z",
|
||||
"modified_time": "2018-12-15T03:19:16Z",
|
||||
"name": "VNote 2.2发布.md",
|
||||
"tags": [
|
||||
]
|
||||
}
|
||||
],
|
||||
"sub_directories": [
|
||||
],
|
||||
|
@ -7,7 +7,7 @@
|
||||
],
|
||||
"created_time": "2018-11-25T04:56:26Z",
|
||||
"modified_time": "2018-11-25T04:56:26Z",
|
||||
"name": "VNote插入图片.md",
|
||||
"name": "VNote流水账.md",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
@ -17,7 +17,7 @@
|
||||
],
|
||||
"created_time": "2018-11-25T04:56:26Z",
|
||||
"modified_time": "2018-11-25T04:56:26Z",
|
||||
"name": "VNote流水账.md",
|
||||
"name": "VNote插入图片.md",
|
||||
"tags": [
|
||||
]
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
::: alert-success
|
||||
|
||||
VNote v2.1 已发布! 看看都有 [哪些更新](https://github.com/tamlok/vnote/releases/latest)!
|
||||
VNote 2.2 已发布! 看看都有 [哪些更新](blogs/官方/VNote%202.2发布.md) !
|
||||
|
||||
:::
|
||||
|
||||
|