内容简介: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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- VNote 1.12 更新,基于 Qt 的开源笔记软件
- Simplenote 2.4.0 发布,开源跨平台云笔记工具
- Simplenote 2.9.0 发布,开源跨平台云笔记工具
- 基于 Qt 的开源笔记 VNote 1.20 发布,全新体验
- 基于 Qt 的开源笔记 VNote 1.20 发布,全新体验
- 基于 Qt 的开源笔记软件 VNote 1.11.1 小更新发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript面向对象编程指南
斯托扬 / 凌杰 / 人民邮电出版社 / 2013-3 / 59.00元
《JavaScript面向对象编程指南》内容包括:JavaScript作为一门浏览器语言的核心思想;面向对象编程的基础知识及其在JavaScript中的运用;数据类型、操作符以及流程控制语句;函数、闭包、对象和原型等概念,以代码重用为目的的继承模式;BOM、DOM、浏览器事件、AJAX和JSON;如何实现JavaScript中缺失的面向对象特性,如对象的私有成员与私有方法;如何应用适当的编程模式,......一起来看看 《JavaScript面向对象编程指南》 这本书的介绍吧!