1f6f1daeec
Minor stylistic change
2021-04-06 15:23:56 +02:00
e4998cb94c
Fix textarea not resizing to 100%
...
With declaration of doctype the textarea element did not resize to 100% height anymore due to HTML5 compliance mode changes
2021-04-06 10:16:32 +02:00
c00f65a385
Improve HTML and mobile viewing slightly
...
* Add DOCTYPE declaration
* Set proper viewport scaling for mobile viewing
* Remove some tag closing not needed for HTML5
2021-02-14 20:34:46 +00:00
zneix
509971c5ac
Switched to proper babel-minify lib
...
I Decided to remove static asset compression from actual code to make runtime faster and moved it to package.json script which only builds application once on installation.\nAfter this commit, after every update that changed static/application.js, you also need to run npm run-script build after git pull
2020-09-20 18:18:38 +02:00
zneix
3d501c980f
Made app.js proper Class, added support for non-absolute path
...
Something that would solve relevant upstream issues/prs: seejohnrun/haste-server#53 seejohnrun/haste-server#140
2020-09-05 18:13:49 +02:00
zneix
e4eeec3d27
Updated eslint rules
2020-08-28 04:39:03 +02:00
zneix
c585e3b815
Huge refactor, switched to express
2020-08-26 04:54:58 +02:00
John Crepezzi
f24376b192
Merge pull request #129 from Wohlstand/patch-1
...
Fix working error under Firefox
2016-09-19 09:36:56 -04:00
Vitaly Novichkov
eea359d0ec
Update index.html
...
Short charset command better for HTML5
2016-09-13 15:11:20 +04:00
John Crepezzi
af9a71549b
Upgrade highlight.js
...
Also adds swift support
Closes #69
2016-09-12 20:10:15 -04:00
Vitaly Novichkov
8afb53e77e
Fix working error under Firefox
...
On some computers because undeclared charset, highlight.min.js parsing incorrectly while some charsets (For example, Cyrillic-1251) are toggled. Problem is going away when I manually toggling Europan or UTF-8 charset.
2016-08-03 14:15:58 +04:00
Thibault Buathier
1010a142e2
Compatibility with screen reader
2016-07-30 16:15:26 +02:00
John Crepezzi
202e695e07
Remove GA from index.html on Master
2013-10-31 08:44:33 -04:00
John Crepezzi
035f09ac05
GA
2012-09-27 13:43:53 -04:00
John Crepezzi
13bb094fb3
Revert "Refactor frontend"
...
This reverts commit 1950cc8db0
.
2012-03-19 18:17:39 -04:00
Michael Macias
1950cc8db0
Refactor frontend
...
* restructured JavaScript using backbone.js
* replaced highlight.js with CodeMirror for its editor
* added CodeMirror Solarized (dark) theme based on Ethan Schoonover's solarized.vim
* changed `POST /document` to accept real JSON
* cleaned up template and stylesheet
2012-02-18 02:40:56 -06:00
John Crepezzi
90cfe0ec57
Upgrade jquery to 1.7.1
2012-02-07 17:52:48 -05:00
John Crepezzi
844a2efb02
Added support for raw button
2012-01-10 23:06:44 -05:00
Joe Friedl
6145a938e3
Error messages in the UI
2011-12-19 11:44:12 -06:00
John Crepezzi
3a6b36ebaa
Working line number support - just waiting on a final color from @bridawson
...
[#5 ]
2011-12-15 21:27:23 -05:00
John Crepezzi
615fedd6c7
Fix doctype
2011-11-29 13:40:13 -05:00
John Crepezzi
4e20ea078f
Added html5 doctype
2011-11-29 13:13:10 -05:00
John Crepezzi
9157a0227d
Remove clipboard
2011-11-28 13:02:48 -05:00
John Crepezzi
52198b97b2
Get rid of the CSS #key .box* nonsense
2011-11-28 09:56:06 -05:00
John Crepezzi
f651c30981
Merge branch 'master' of codeplane.com:seejohnrun/haste-server
...
Conflicts:
TODO.md
2011-11-28 09:48:28 -05:00
John Crepezzi
9e046ba8eb
Added the arrow pointer in
2011-11-28 09:42:26 -05:00
John Crepezzi
1ed980150c
Fix annoying chrome dual-load bug
2011-11-28 01:27:41 -05:00
John Crepezzi
0ea5b65eba
Use about.md instead of about
2011-11-27 23:41:18 -05:00
John Crepezzi
2a3a9046d8
Proper markdown highlighting
2011-11-27 23:39:09 -05:00
John Crepezzi
0875ba6252
Auto-compress javascript assets
2011-11-27 15:49:17 -05:00
John Crepezzi
4233e58995
Added copy URL functionality
2011-11-27 15:34:09 -05:00
John Crepezzi
d262c9f853
use compressed application.js
2011-11-25 10:28:26 -05:00
John Crepezzi
591fd456d6
Change application name
2011-11-23 17:09:12 -05:00
John Crepezzi
1dbaa54811
CDN assets
2011-11-23 12:28:08 -05:00
John Crepezzi
a1803305fb
Change hover state for non-enabled
2011-11-23 12:12:01 -05:00
John Crepezzi
f601d9f159
Implement redesign of key
2011-11-23 11:31:50 -05:00
John Crepezzi
56bf98daac
More robots.txt work
2011-11-22 20:01:09 -05:00
John Crepezzi
9fa99fe69d
Fixes for Firefox
2011-11-21 09:56:33 -05:00
John Crepezzi
9638baffdb
Make twitter posting an option
2011-11-19 01:00:04 -05:00
John Crepezzi
af02375b7c
Show certain options only sometimes
2011-11-19 00:30:14 -05:00
John Crepezzi
f54712f9d9
Added twitter functionality
2011-11-19 00:23:53 -05:00
John Crepezzi
b9e9bd154c
Fix some annoying visual quirks
2011-11-19 00:02:11 -05:00
John Crepezzi
01b622821e
Added a command key
2011-11-18 18:17:49 -05:00
John Crepezzi
a6bd69f20a
Rename to haste
2011-11-18 17:24:15 -05:00
John Crepezzi
d69839b2fb
Push state for new documents fixed
2011-11-18 16:37:38 -05:00
John Crepezzi
6597dba36d
Handle push state entirely
2011-11-18 16:22:00 -05:00
John Crepezzi
7756e38595
Document saving almost working
2011-11-18 10:49:00 -05:00
John Crepezzi
c5a551f770
Move to static, rewrite client-JS
2011-11-18 10:17:41 -05:00