desktop-app icon indicating copy to clipboard operation
desktop-app copied to clipboard

Leanote Desktop App, based on Electron(atom-shell) http://leanote.org

Results 10 desktop-app issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 0.9.0 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...

dependencies

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.5.2 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @​jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...

dependencies

other two commits are from jim3ma . Mine commit is to add html code view function to leanote tinymce and fix missing button "find and replace".

Group new document buttons

support drag and drop images to the documents

always cmd+s and trigger sync lead to high CPU overhead and low battery life. But there are something wrong with my electron environment. So if you can help testing it,...

基于原来的插件添加了导入/导出 leanote 笔记本文件夹的功能。 导入文件夹: 选择文件夹,递归遍历所有子文件夹,将该文件夹和起子文件夹中尾缀名为.leanote的文件尝试parse为leanote笔记。 操作如下: ![image](https://user-images.githubusercontent.com/15867085/57935818-3ef3da80-78f5-11e9-9ad8-30b5d09d5b93.png) ![image](https://user-images.githubusercontent.com/15867085/57935848-50d57d80-78f5-11e9-8023-0b1b3c00df1e.png) 结果如下: ![image](https://user-images.githubusercontent.com/15867085/57935883-60ed5d00-78f5-11e9-8344-e7f82ad24e93.png) ![image](https://user-images.githubusercontent.com/15867085/57935909-68ad0180-78f5-11e9-871d-3493d59496b8.png) 导出文件夹: 右键笔记目录,并选择保存位置,以该笔记目录名为文件夹名称,递归创建子目录并导入相应目录的笔记为leanote格式笔记 操作如下: ![image](https://user-images.githubusercontent.com/15867085/57935388-423a9680-78f4-11e9-83da-758742d13eab.png) 结果如下: ![image](https://user-images.githubusercontent.com/15867085/57935660-e45a7e80-78f4-11e9-9e64-f21421006b76.png)

笔记本的目录总是不能正常的显示目录, 段落因为超出width而被hidden. 注释这个后可以在一定程度上改善了我强迫症的心 [修改效果:蚂蚁博客](http://blog.leanote.com/post/hyfree/XiuGai-2)

导出 PDF 时文件名支持 “#” 和 空格。