Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af4d764

Browse files
committed
.
1 parent c04b0c4 commit af4d764

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: page
33
title: 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>

pages/whatisairnote.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,24 @@ title: What is AirNote?
44
permalink: /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

0 commit comments

Comments
 (0)