内容简介:VNote 1.13 发布,更新内容: 1. Full-Text Search VNote now comes with built-in full-text search! You could call out the search dock by Ctrl+E C or Ctrl+Alt+F. VNote provides many advanced search...
VNote 1.13 发布,更新内容:
1. Full-Text Search
VNote now comes with built-in full-text search! You could call out the search dock by Ctrl+E C or Ctrl+Alt+F.
VNote provides many advanced search functions, such as && and ||logical operations, fuzzy search, and regular expression. The search could target different objects, such as name and content, note and folder, and so on.
2. Enhanced Export
Now you could export several notes into one PDF via wkhtmltopdf. You need to download wkhtmltopdf yourself (the version built with patched Qt is preferred).
Besides wkhtmltopdf, VNote now enables Custom export, which means you could use whatever tool you like to export (or process) your notes. An example about how to export notes via Pandoc will be available soon in VNote’s documentation.
3. Other
Support Word Count information in both read and edit mode;

Replace v_white theme with v_native, which behaves more like native applications;
Support SavePage action in read mode;
Support back reference in replace text via \1, \2, and so on;
Support sorting in Cart;
Support sorting notes and folders via name or modification date;
Support both flow and flowchart as the language of flowchart.js diagram;
Add ParsteAsBlockQuote menu action to parste text as block quote from clipboard;
Add options for Markdown-it to support subscript and superscript;
Better support for 4K display;
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript DOM编程艺术
Jeremy Keith / 杨涛、王建桥、杨晓云 / 人民邮电出版社 / 2006年12月 / 39.00元
本书讲述了JavaScript和DOM的基础知识,但重点放在DOM编程技术背后的思路和原则:预留退路、循序渐进和以用户为中心等,这些概念对于任何前端Web开发工作都非常重要。本书将这些概念贯穿在书中的所有代码示例中,使你看到用来创建图片库页面的脚本、用来创建动画效果的脚本和用来丰富页面元素呈现效果的脚本,最后结合所讲述的内容创建了一个实际的网站。 本书适合Web设计师和开发人员阅读。一起来看看 《JavaScript DOM编程艺术》 这本书的介绍吧!