增加备注窗口预览功能 / 尝试修复输入法ESC键的Bug - #1
Open
AnClark wants to merge 4 commits into
Open
Conversation
This provides previewing GFM within the note editor, without hovering on the node's "Note" icon. Toggle preview by pressing the "Toggle preview" button on the left of the "Close" button. Previewer state will be kept during a session. Study Notes: - Use ng-class to dynamically change an element's appearance (for creating switch button) - Use ng-bind-html to show HTML with the principle of AngularJS - Know about how ng-show, ng-init and ng-click works. By using them we won't need to write extra codes for controllers. References: - Create a switch button with AngularJS: https://www.shuzhiduo.com/A/D854LW9w5E/ - Show HTML content properly with ng-bind-html: https://www.cnblogs.com/lyy-2016/p/7928728.html
The dist/ folder will change on each build/dev process. You should FIXUP such commits which update the dist/ directory. dist update: 2020/11/29
比较自ACTom提交版本8f89e6cfe0b195e。 主要内容: - 加入德、法、西、意与繁体中文的支持 - 进一步多语言化一些部分,包括新建节点、优先级图标、进度图标、搜索框。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
注:关于中文输入法ESC取消拼音输入时退出节点编辑框的修复,只在单独运行(grunt dev)时有效,但在桌面版脑图中不起作用。