You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
<img src="Logo.png" align="right"
2
2
alt="QwikTape logo by Viral Ghelani" width="144" height="166">
3
-
QwikTape,
4
-
5
3
Do calculations, annotate it like you would on a paper "qwikly".
6
4
7
5
```js
@@ -12,13 +10,10 @@ Do calculations, annotate it like you would on a paper "qwikly".
12
10
```
13
11
Create unlimited documents called tapes and switch between created tapes easily using browser like tabs.
14
12
15
-
Start by clicking the `[+]` button to add a new tape.
16
-
17
-
18
13
<imgsrc="build/main-screen.png"width="750">
19
14
20
15
<br></br>
21
-
Download QwikTape from releases.
16
+
[Download QwikTape](https://github.com/4silvertooth/QwikTape/releases) from releases.
22
17
23
18
# Features
24
19
@@ -46,14 +41,14 @@ Download QwikTape from releases.
46
41
# What's in a name?
47
42
QwikTape the name is inspired by [QuickJs](https://github.com/bellard/quickjs) used by [Sciter](https://gitlab.com/sciter-engine/sciter-js-sdk), the engine which powers this application, and [Tape](https://en.wikipedia.org/wiki/Punched_tape) which is what it used to be called for such documents.
48
43
49
-
The logo is inspired by the [Rail-Road](build/railroad-diagram.htm) diagram the QwikTape grammar produces and a calculator.
44
+
The logo is inspired by the [Rail-Road](https://htmlpreview.github.io/?https://github.com/4silvertooth/QwikTape/blob/main/build/railroad-diagram.htm) diagram the QwikTape grammar produces and a calculator.
50
45
51
46
[Chevrotain](https://github.com/Chevrotain/chevrotain) toolkit to build the parser.
52
47
53
48
Also inspired by [CalcTape](https://calctape.app/), [Numi](https://numi.app/), [Soulver](https://soulver.app/), [Calca](http://calca.io/)
54
49
55
50
# Limitations
56
-
* Right now QwikTape editor can only recognize number without separators and with `.` as the decimal point, so number like `1,234.00` or `1.234,00` or `1234,00` won't be recognized, some countries use `,` as the decimal seperator which is not supported as of yet.
51
+
* Right now QwikTape editor can only recognize number without separators and with `.` as the decimal point, so number like `1,234.00` or `1.234,00` or `1234,00` won't be recognized, some countries use `,` as the decimal separator which is not supported as of yet.
0 commit comments