内容简介: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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出强化学习:原理入门
郭宪、方勇纯 / 电子工业出版社 / 2018-1 / 79
《深入浅出强化学习:原理入门》用通俗易懂的语言深入浅出地介绍了强化学习的基本原理,覆盖了传统的强化学习基本方法和当前炙手可热的深度强化学习方法。开篇从最基本的马尔科夫决策过程入手,将强化学习问题纳入到严谨的数学框架中,接着阐述了解决此类问题最基本的方法——动态规划方法,并从中总结出解决强化学习问题的基本思路:交互迭代策略评估和策略改善。基于这个思路,分别介绍了基于值函数的强化学习方法和基于直接策略......一起来看看 《深入浅出强化学习:原理入门》 这本书的介绍吧!