1
1
mirror of https://github.com/zserge/awfice.git synced 2024-10-03 22:37:24 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Sergey G. Brester
d4ba34d7a6
edit.html: set focus (cursor in editable) after open (#8)
* edit.html: set focus (cursor in editable) after open

* no timeout needed in modern browsers
2021-08-12 17:08:50 +02:00
zhouquan
8120d641ed
new page: add calculator page 🧮 (#35)
* new page: add calculator page 🧮

* remove whitespaces

Co-authored-by: zhouLion <zhouquan147369@gamil.com>
2021-08-12 17:06:42 +02:00
Doeke Zanstra
4794cb95d1
Trim trailing whitespace from wc -c on macOS (#27) 2020-10-27 09:35:27 +01:00
Doeke Zanstra
2aa2f78e0e
Moved CSS stuff to <style> (#26) 2020-10-27 09:34:23 +01:00
Lucas Bonomi
578054f9c1
Create code.html (#13)
* Create code.html

Example for: https://github.com/zserge/awfice/issues/12

* add indent on tab

* improve more

* Make sure to load js at the right place

* styling

* correct spaces

* update
2020-10-27 09:32:11 +01:00
bree
b327cfc880
minor reductions to all html documents (#19)
* removed unnecessary quotes in edit.html (2 bytes removed)

* removed () around single arg function in draw.html (2 bytes removed)

* removed () around single arg function in calc.html (2 bytes removed)

* removed accidental newline

* remove unnecessary ; in beam.html (1 byte removed)

* removed unnecessary newline in edit.html (1 byte removed)

* reduced size of all html documents

* shrink edit.html to 59 bytes (4 bytes removed)

* shrink calc.html to 701 bytes (4 bytes removed)

* shrink draw.html to 327 bytes (2 bytes removed)

* shrink beam.html to 622 bytes (1 byte removed)
2020-10-18 18:37:34 +02:00
yuve3588
a0b09c4f7b
Update calc.html (#18) 2020-10-18 15:23:05 +02:00
aej11a
3025546b37
Shortened spreadsheet by using variable for 'style' (#15)
* Shortened spreadsheet by using variable for 'style'

* updated byte count
2020-10-16 21:39:53 +02:00
bree
028830b4fe
shrink draw.html to 329 bytes! (81 bytes removed!) (#14)
* remove quotation mark around id name

* switched to using pointer instead of mouse and touch
  - this allows for more inputs such as drawing tablets

* added a variable for repeated event names

* begin path starts before moving for a more consistent/expected drawing behavior
2020-10-16 09:41:17 +02:00
imtbl
98d66ddab0
Remove unnecessary semicolon (#7)
Co-authored-by: Michael Serajnik <michael.serajnik@koerbler.com>
2020-10-14 16:34:46 +02:00
Thies Nieborg
225a15a14a
Shrink calc.html to 712 bytes! (29 bytes removed!!) (#4)
* Shrink calc.html by 5 bytes

* Removed the var keyword

* Shrink calc.html by another 6 bytes

* Renamed the calc function to another available letter

* Shrink calc.html by 6 bytes

* Renamed the get function to g

* Shrink calc.html by 5 bytes

* Removed a let keyword

* Shrink calc.html by another 4 bytes

* Renamed substring to slice

* Saved another 2 bytes with the get keyword

* Renamed get function again
* Removed duplicate code to a variable

* * Removed 2 extra bytes by adding parameter-less arrow function
2020-10-14 16:34:27 +02:00
Danny Lin
531e6eb2d1
Golf presentation maker down to 623 bytes (#3)
* Golf presentation maker down to 623 bytes

* Regenerate README for presentation update
2020-10-13 07:15:00 +02:00
Danny Lin
5f147627af
Hide slide borders when printing presentations (#2)
* Hide slide borders when printing presentations

These borders are helpful for distinguishing between slides while
editing them, but they look ugly when printed.

* Regenerate README for presentation update
2020-10-12 20:53:42 +02:00
Tijs Maas
b5facab015
Shrunk calc.html with 17 bytes! (#1) 2020-10-12 20:52:56 +02:00
Serge Zaitsev
81dd992b13 fix color in calc 2020-10-11 14:52:21 +02:00
Serge Zaitsev
9311b5a159 edit readme 2020-10-11 14:48:24 +02:00
Serge Zaitsev
6c18b523d6 add readme generator 2020-10-11 14:29:17 +02:00
Serge Zaitsev
05a25d2dd7 add readme 2020-10-11 14:29:07 +02:00
Serge Zaitsev
0af3b8423a add apps 2020-10-11 14:18:48 +02:00
Serge Zaitsev
b5f79358d8
Initial commit 2020-10-11 13:38:05 +02:00