life b00c3080b8 fixConflict问题
当是第一个笔记时, inchangeNoteid=curNoteId
此时, 冲突, 会去服务器上拿数据->contentSynced -> 返回到前台, 虽然curNoteId != noteId,
但是inChangeNoteId=noteId, 于是reRenderNote 导致内容不符.
解决方法, 设置curNoteId时把inChangeNoteId清空
2015-03-14 14:44:15 +08:00
2015-03-14 14:44:15 +08:00
2015-03-14 14:44:15 +08:00
2015-01-23 20:43:21 +08:00
2015-02-19 22:39:05 +08:00
2015-03-12 15:34:05 +08:00
win
2015-03-13 00:20:58 +08:00
2015-01-31 22:04:20 +08:00
2015-03-14 14:17:02 +08:00
2015-03-14 14:17:02 +08:00
2015-01-18 23:15:00 +08:00
2015-03-09 15:36:04 +08:00

leanote desktop app

Use node-webkit to create desktop app

How to develop it

Install node-webkit

See https://github.com/nwjs/nwjs

How to run it

Download this project, and run

cd PATH-TO-LEANOTE-DESKTOP-APP
PATH-TO-NODE-WEBKIT/nw .
```
Description
Leanote Desktop App, based on Electron(atom-shell) http://leanote.org
Readme GPL-2.0 106 MiB
Languages
JavaScript 95.9%
Less 2%
CSS 1.7%
HTML 0.3%
Smarty 0.1%