File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 11---
22layout: page
33title: AirNote
4- subtitle: Pure Java WYSIWYG HTML editor.
4+ subtitle: A pure Java WYSIWYG HTML editor.
55---
66<!-- Page links -->
77
88 < div class ="sticky-posts " style ="text-align:center; ">
99 < h2 class ="post-title "> < a href ="{{ site.baseurl }}whatisairnote/ "> What is AirNote?</ a > </ h2 >
10- < h2 class ="post-title "> < a href ="{{ site.baseurl }}keypoints/ "> Keypoints</ a > </ h2 >
1110 < h2 class ="post-title "> < a href ="{{ site.baseurl }}features/ "> Features</ a > </ h2 >
1211 < h2 class ="post-title "> < a href ="{{ site.baseurl }}airnoteforevernote/ "> AirNote for Evernote</ a > </ h2 >
1312 </ div >
Original file line number Diff line number Diff line change @@ -4,16 +4,24 @@ title: What is AirNote?
44permalink : /whatisairnote/
55---
66
7- * AirNote is a pure Java WYSIWYG HTML editor.*
87
9- ### Mobile Optimization
8+ ### WYSIWYG HTML editor
109
11- - AirNote offers optimized performance and memory requirement for mobile environment.
10+ - * Full HTML 4.1 and CSS 2.1 implemented
11+ - * Optimized dynamic realign engine.
1212
13- ### Customizable UI
13+ ### Pure Java implemented
1414
15- - AirNote can support UI customization to apply for your app easily.
15+ - * No JNI used
16+ - * Easy & synchronous DOM manipulation
1617
17- ### Beyond Android’s limits
18+ ### Lightweight & Portable
1819
19- - AirNote is only one native editor app in Android beyond its technical limits and restrictions.
20+ - * Footprint of engine: 1M
21+ - * Minimum Required Memory: 2M
22+ - * Platform independant GUI abstraction
23+
24+ ### Mobile optimized
25+
26+ - * Enhanced touch screen user interface
27+ - * Enhanced for soft keyboard environment
You can’t perform that action at this time.
0 commit comments