Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/five-badgers-decide.md

This file was deleted.

9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

</p>
<br />

Keywrite is a Javascript library that allows you to type non-latin scripts in any web based application using a standard keyboard. See the [Docs](https://eyuelberga.github.io/keywrite) for more info.
Keywrite is a JavaScript Input Method Editor (IME) library for adding configurable input methods to the web. It enables users to input text in a language that can't be represented easily on a standard QWERTY keyboard. See the [Docs](https://eyuelberga.github.io/keywrite) for more info.

## Features 🚀

Expand Down
6 changes: 1 addition & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

# Keywrite

> _type non-latin scripts on the web_

**Keywrite** is a JavaScript library that allows you to type non-latin scripts in any web based application using a standard keyboard. You can add it to your text input controls and start typing with your configured input-method.

The aim of this project is to enable web developers to add support for typing non-latin based texts on web and hybrid applications, so users can type different languages without configuring their operating system or installing additional software.
**Keywrite** is a JavaScript Input Method Editor (IME) library for adding configurable input methods to the web. It enables users to input text in a language that can't be represented easily on a standard QWERTY keyboard.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![logo](assets/logo.png)

> type non-latin scripts on the web
> Configurable Input Method Editor for the web

**Keywrite** is a Javascript library that allows you to type non-latin scripts in any web based application using a standard keyboard. You can add it to your text input controls and start typing with your configured input-method.
**Keywrite** is a JavaScript Input Method Editor (IME) library for adding configurable input methods to the web. It enables users to input text in a language that can't be represented easily on a standard QWERTY keyboard.

[GitHub](https://github.com/eyuelberga/keywrite)
[Get Started](README.md)
Expand Down
Binary file modified docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Keywrite - a library for typing in non-latin scripts</title>
<title>Keywrite -JavaScript Input Method Editor (IME) library for adding configurable input methods to the web</title>
<link rel="icon" href="assets/favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="a library for typing in non-latin scripts." />
<meta name="description" content="Keywrite is a JavaScript Input Method Editor (IME) library for adding configurable input methods to the web. It enables users to input text in a language that can't be represented easily on a standard QWERTY keyboard." />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
Expand All @@ -23,7 +23,7 @@
<script>
window.$docsify = {
name:
'<img src="assets/logo.png" data-origin="assets/logo.png" alt="Keywrite logo" class="sidebar-logo">Keywrite',
'<img src="assets/logo.png" data-origin="assets/logo.png" alt="Keywrite logo" class="sidebar-logo">',
loadSidebar: true,
coverpage: true,
auto2top: true,
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @keywrite/core

## 0.1.1
### Patch Changes
## 1.0.0

### Major Changes

- [`dfbbf5f`](https://github.com/eyuelberga/keywrite/commit/dfbbf5fe269015e5c08ec5d5787862104c82562c) [#5](https://github.com/eyuelberga/keywrite/pull/5) Thanks [@eyuelberga](https://github.com/eyuelberga)! - First Major Release

## 0.1.1

### Patch Changes

- [`bc3cc2a`](https://github.com/eyuelberga/keywrite/commit/bc3cc2ac88eae4ed543c31e62a551c7d333f8990) [#1](https://github.com/eyuelberga/keywrite/pull/1) Thanks [@eyuelberga](https://github.com/eyuelberga)! - Initial release
- [`bc3cc2a`](https://github.com/eyuelberga/keywrite/commit/bc3cc2ac88eae4ed543c31e62a551c7d333f8990) [#1](https://github.com/eyuelberga/keywrite/pull/1) Thanks [@eyuelberga](https://github.com/eyuelberga)! - Initial release
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keywrite/core",
"version": "0.1.1",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/ethiopic-input-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keywrite/ethiopic-input-methods

## 1.0.0
### Major Changes



- [`dfbbf5f`](https://github.com/eyuelberga/keywrite/commit/dfbbf5fe269015e5c08ec5d5787862104c82562c) [#5](https://github.com/eyuelberga/keywrite/pull/5) Thanks [@eyuelberga](https://github.com/eyuelberga)! - First Major Release
6 changes: 3 additions & 3 deletions packages/ethiopic-input-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keywrite/ethiopic-input-methods",
"version": "0.1.1",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"generate": "ts-node src/generate-from-csv.ts"
},
"devDependencies": {
"@keywrite/input-method-generator": "^0.1.1",
"@keywrite/core": "^0.1.1",
"@keywrite/input-method-generator": "^1.0.0",
"@keywrite/core": "^1.0.0",
"csv-parser": "^3.0.0",
"ts-node": "^9.1.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/input-method-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keywrite/input-method-generator

## 1.0.0
### Major Changes



- [`dfbbf5f`](https://github.com/eyuelberga/keywrite/commit/dfbbf5fe269015e5c08ec5d5787862104c82562c) [#5](https://github.com/eyuelberga/keywrite/pull/5) Thanks [@eyuelberga](https://github.com/eyuelberga)! - First Major Release
4 changes: 2 additions & 2 deletions packages/input-method-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keywrite/input-method-generator",
"version": "0.1.1",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {},
"devDependencies": {
"@keywrite/core": "^0.1.1"
"@keywrite/core": "^1.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keywrite/web

## 0.1.2

### Patch Changes

- Updated dependencies [[`dfbbf5f`](https://github.com/eyuelberga/keywrite/commit/dfbbf5fe269015e5c08ec5d5787862104c82562c)]:
- @keywrite/web@1.0.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keywrite/react",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=10"
},
"dependencies": {
"@keywrite/web": "^0.1.1"
"@keywrite/web": "^1.0.0"
},
"devDependencies": {
"react": "^17.0.2",
Expand Down
18 changes: 14 additions & 4 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# @keywrite/web

## 0.1.1
## 1.0.0

### Major Changes

- [`dfbbf5f`](https://github.com/eyuelberga/keywrite/commit/dfbbf5fe269015e5c08ec5d5787862104c82562c) [#5](https://github.com/eyuelberga/keywrite/pull/5) Thanks [@eyuelberga](https://github.com/eyuelberga)! - First Major Release

### Patch Changes

- Updated dependencies [[`dfbbf5f`](https://github.com/eyuelberga/keywrite/commit/dfbbf5fe269015e5c08ec5d5787862104c82562c)]:
- @keywrite/core@1.0.0

## 0.1.1

### Patch Changes

- [`bc3cc2a`](https://github.com/eyuelberga/keywrite/commit/bc3cc2ac88eae4ed543c31e62a551c7d333f8990) [#1](https://github.com/eyuelberga/keywrite/pull/1) Thanks [@eyuelberga](https://github.com/eyuelberga)! - Initial release
- [`bc3cc2a`](https://github.com/eyuelberga/keywrite/commit/bc3cc2ac88eae4ed543c31e62a551c7d333f8990) [#1](https://github.com/eyuelberga/keywrite/pull/1) Thanks [@eyuelberga](https://github.com/eyuelberga)! - Initial release

- Updated dependencies [[`bc3cc2a`](https://github.com/eyuelberga/keywrite/commit/bc3cc2ac88eae4ed543c31e62a551c7d333f8990)]:
- @keywrite/core@0.1.1
- Updated dependencies [[`bc3cc2a`](https://github.com/eyuelberga/keywrite/commit/bc3cc2ac88eae4ed543c31e62a551c7d333f8990)]:
- @keywrite/core@0.1.1
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keywrite/web",
"version": "0.1.1",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=10"
},
"dependencies": {
"@keywrite/core": "^0.1.1"
"@keywrite/core": "^1.0.0"
},
"devDependencies": {}
}
Loading