Browse Source

release 2.2

Le Tan 7 years ago
parent
commit
20e63aace1

+ 1 - 1
en_us/_vnote.json

@@ -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 - 0
en_us/blogs/Official/VNote 2.2 Released.md

@@ -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:
+
+![Syntax Highlight of Table](_v_images/20181215102857764_1912483808.png)
+
+Easy to add cells, columns, or rows:
+
+![Smart Table](_v_images/20181215103334371_1230109715.gif)
+
+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.
+
+![Auto Scroll Cursor Line](_v_images/20181215103813075_446800707.png)
+
+## WaveDrom
+VNote now supports WaveDrom for digital timing diagram.
+
+![](_v_images/20181215104104751_2013646281.png)
+
+## Others
+VNote now supports spliting the note list out from the folder tree:
+
+![Separate Note List](_v_images/20181215104454914_374198128.png)
+
+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:
+
+![Alert Text](_v_images/20181215104925616_1318070034.png)

BIN
en_us/blogs/Official/_v_images/20181215102857764_1912483808.png


BIN
en_us/blogs/Official/_v_images/20181215103334371_1230109715.gif


BIN
en_us/blogs/Official/_v_images/20181215103813075_446800707.png


BIN
en_us/blogs/Official/_v_images/20181215104104751_2013646281.png


BIN
en_us/blogs/Official/_v_images/20181215104454914_374198128.png


BIN
en_us/blogs/Official/_v_images/20181215104925616_1318070034.png


+ 18 - 0
en_us/blogs/Official/_vnote.json

@@ -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 - 0
en_us/blogs/Users/Reviews of VNote.md

@@ -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 - 0
en_us/blogs/Users/_vnote.json

@@ -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"
+}

+ 6 - 0
en_us/blogs/_vnote.json

@@ -3,6 +3,12 @@
     "files": [
     ],
     "sub_directories": [
+        {
+            "name": "Official"
+        },
+        {
+            "name": "Users"
+        }
     ],
     "version": "1"
 }

+ 1 - 1
en_us/index.md

@@ -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)!
 
 :::
 

+ 1 - 1
zh_cn/_vnote.json

@@ -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 - 0
zh_cn/blogs/官方/VNote 2.2发布.md

@@ -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表格进行语法高亮以及自动对齐:
+
+![表格语法高亮](_v_images/20181215102857764_1912483808.png)
+
+非常方便地添加单元格、列和行:
+
+![智能表格](_v_images/20181215103334371_1230109715.gif)
+
+将来会持续添加表格相关的快捷键和上下文菜单。
+
+## 自动滚动光标行
+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可以锁定光标所在行在编辑器的中央,包括光标在文档末尾的情况下。
+
+![自动滚动光标行](_v_images/20181215103813075_446800707.png)
+
+## WaveDrom
+支持通过WaveDrom来绘制数字时序图。
+
+![](_v_images/20181215104104751_2013646281.png)
+
+## 其他
+久违的双列模式现在回来了:
+
+![独立的笔记列表](_v_images/20181215104454914_374198128.png)
+
+新增了几个方便的设置选项:
+
+- 设置编辑器字体,从而覆盖样式文件的配置;
+- 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!
+
+:::
+```
+
+效果如下:
+
+![警告信息](_v_images/20181215104925616_1318070034.png)

BIN
zh_cn/blogs/官方/_v_images/20181215102857764_1912483808.png


BIN
zh_cn/blogs/官方/_v_images/20181215103334371_1230109715.gif


BIN
zh_cn/blogs/官方/_v_images/20181215103813075_446800707.png


BIN
zh_cn/blogs/官方/_v_images/20181215104104751_2013646281.png


BIN
zh_cn/blogs/官方/_v_images/20181215104454914_374198128.png


BIN
zh_cn/blogs/官方/_v_images/20181215104925616_1318070034.png


+ 10 - 0
zh_cn/blogs/官方/_vnote.json

@@ -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": [
     ],

+ 2 - 2
zh_cn/blogs/用户/_vnote.json

@@ -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": [
             ]
         }

+ 1 - 1
zh_cn/index.md

@@ -5,7 +5,7 @@
 
 ::: alert-success
 
-VNote v2.1 已发布! 看看都有 [哪些更新](https://github.com/tamlok/vnote/releases/latest)
+VNote 2.2 已发布! 看看都有 [哪些更新](blogs/官方/VNote%202.2发布.md) 
 
 :::