Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for all amsmath symbols and test/reference.html for validation #615

Open
wants to merge 114 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
10013e5
[LRN] Allow direct entry of $ (dollar sign)
eoghanmcilwaine Jul 10, 2014
fe6a044
Upgrade to Mocha 2.4 to fix iffy "stealing back" focus test
laughinghan Mar 8, 2016
faf3632
Fix focusBlur test suite when document not focused
laughinghan Mar 8, 2016
3ed41e2
Makefile nice err msg if no Node or installed wrong
laughinghan Mar 17, 2016
7932a34
Feature: integrals' from/to now mandatory, prettier
laughinghan Apr 6, 2016
f6d1a93
Add unit test for integrals' mandatory from/to blocks
laughinghan Apr 6, 2016
712d1a6
Fix auto-commands eating letters from operator names
laughinghan Apr 6, 2016
af606cd
Fix 'test florin spacing' to clean up after itself
laughinghan Apr 8, 2016
37af8e5
Fix sin^2(x), and sin^2 x as cursor moves through #visual
laughinghan Apr 8, 2016
33d75bb
Merge branch 'master' into fix.sin-squared
laughinghan Apr 10, 2016
de0a263
Added test/reference.html
arnog Apr 11, 2016
10ce742
Complete coverage of short-math-guide
arnog Apr 11, 2016
6810806
Added MathJax support
arnog Apr 11, 2016
fd88b73
Comment out codecogs
arnog Apr 11, 2016
3041a46
Narrower page
arnog Apr 11, 2016
89bcf33
Defer the MathJax typesetting
arnog Apr 11, 2016
92f47e2
Added non-standard commands
arnog Apr 12, 2016
a1c8b01
Added \lbrack, \rbrack, \lcurlybrace and \rcurlybrace
arnog Apr 12, 2016
925e995
Added non-standard /ang command
arnog Apr 12, 2016
9398c4e
Add support for the set of standard amsmath LaTeX commands
arnog Apr 13, 2016
81837f3
Add \class command
arnog Apr 13, 2016
96eaa5c
Add more text commands in reference.html
arnog Apr 13, 2016
34df9c2
Revert extra delimiters
arnog Apr 13, 2016
eb3299b
Faster MathJax loading in reference.html
arnog Apr 14, 2016
0c0314d
Addressing first round of feedback
arnog Apr 14, 2016
086cafb
In reference.html, small tweak
arnog Apr 15, 2016
7ee9492
Improved backward compatibility
arnog Apr 15, 2016
0bc270f
Delete \enspace alias to nonexistent \; #cleanup
laughinghan Apr 17, 2016
a3c9ddc
Add back space to control sequences for cumulative operators
laughinghan Apr 17, 2016
67b0321
Add space to control sequences to delimiter symbols
laughinghan Apr 17, 2016
2824a34
Normalize \lbrack and \rbrack to [ and ] once again
laughinghan Apr 17, 2016
1e40d9f
Merge remote-tracking branch 'refs/remotes/mathquill/master'
arnog Apr 18, 2016
1c209b9
Merge pull request #1 from laughinghan/all-amsmath-symbols
arnog Apr 18, 2016
75f0172
Merge branch 'master' of https://github.com/arnog/mathquill
arnog Apr 18, 2016
8a4e503
Reference.html correctly display UTF-8 chars
arnog Apr 18, 2016
c41aef4
Fix remaining significant differences with mainline
arnog Apr 18, 2016
d23f18c
Merge pull request #606 from mathquill/fix.sin-squared
jwmerrill Apr 19, 2016
3472eb8
Merge pull request #604 from mathquill/fix.autocmds-eating-op-names
jwmerrill Apr 19, 2016
f6f16b4
Merge pull request #603 from mathquill/feature.integrals
jwmerrill Apr 19, 2016
8542f6b
API to enable "fast clicks" on touch devices
laughinghan May 21, 2015
e915767
Moved usage information from README to docs folder
stufflebear Apr 7, 2016
bc45321
rename to docs/index.md
stufflebear Apr 7, 2016
8d3233f
Update README with more information
stufflebear Apr 7, 2016
aa7ed0c
Create Code of Conduct
stufflebear Apr 7, 2016
8bd990f
Rename CODE_OF_CONDUCT.md to Code_of_Conduct.md
stufflebear Apr 7, 2016
5d1eb85
Update Code of Conduct link
stufflebear Apr 7, 2016
4ad6bee
Added Contrbuting Guide and Refactored some documentation
stufflebear Apr 8, 2016
293f1a3
Factored remaining docs out of index
stufflebear Apr 8, 2016
d11cce9
Updated APi_Methods, Config, and README
stufflebear Apr 9, 2016
82a75b7
Filled in links and some minor fixes
stufflebear Apr 9, 2016
21f7ee0
Editting of docs across the board
stufflebear Apr 19, 2016
616640f
Edits to Config and Contributing Guides
stufflebear Apr 19, 2016
2f0ea37
Incorporate new README content
stufflebear Apr 19, 2016
727ea47
Fixed LaTeX return and added documentation for \\MathQuillMathField
stufflebear Apr 20, 2016
3f06c99
Rename .fastClick() => .clickAt()
laughinghan Apr 20, 2016
ae4507d
Make `target` an optional argument to .clickAt()
laughinghan Apr 20, 2016
44eb594
Re-org and comment "fast touch taps" test case
laughinghan Apr 20, 2016
1d155a3
Adapt .dropEmbedded() test for .cickAt()
laughinghan Apr 20, 2016
eec61da
.clickAt() focuses the editable field
laughinghan Apr 21, 2016
a9a915e
Move clickAt/ignoreNextMousedown to EditableField
laughinghan Apr 21, 2016
3de91d8
Merge pull request #622 from mathquill/feature.fastClick-rebase
laughinghan Apr 22, 2016
85c2d2d
Fix merge of visual test
laughinghan Apr 22, 2016
533e87c
CircleCI + Sauce Labs
laughinghan Apr 27, 2016
07b488c
Fix circle.yml syntax error
laughinghan Apr 27, 2016
9829379
Attempt to optimize waiting on Sauce Connect
laughinghan Apr 27, 2016
da05206
Ignore errors trying to cleanup Sauce Connect
laughinghan Apr 27, 2016
2d9adde
Fix circle.yml syntax
laughinghan Apr 27, 2016
892d872
Fix Pjs version
laughinghan Apr 27, 2016
e4d530f
Merge pull request #627 from mathquill/fix.visual-rendering
jwmerrill Apr 29, 2016
92efb1e
PJs 5.0.0+ is currently incompatible with MathQuill.
jwmerrill May 4, 2016
66640e7
Merge pull request #629 from mathquill/pin-pjs-dep
laughinghan May 4, 2016
ff6c580
Merge pull request #543 from Learnosity/feature/dollar-sign
stufflebear May 6, 2016
b81470d
Merge pull request #551 from mathquill/fix.stealing-back-focus-test
stufflebear May 6, 2016
9af4e06
Merge pull request #580 from mathquill/build.nodejs-vs-node
stufflebear May 6, 2016
de0ff5a
Added Docs information to README and docs/index
stufflebear May 7, 2016
9f3b86e
Fix .dropEmbedded()/.clickAt() test instability
laughinghan May 10, 2016
5cd2906
Fix #632 supSubsRequireOperand detaches selection
laughinghan May 10, 2016
46ea86a
Merge pull request #634 from mathquill/fix.supSubsRequireOperand-sele…
jwmerrill May 10, 2016
978190e
Remove .html() from Getting Started docs
laughinghan May 10, 2016
05c3f51
Tweaks to Getting Started docs
laughinghan May 10, 2016
e28bbe2
Fix typo in Getting Started docs
laughinghan May 10, 2016
cfbcfc8
Getting Started docs uses relative links not absolute
laughinghan May 10, 2016
7716375
Undocument .html() method
laughinghan May 10, 2016
823b17c
Revise wording of API Methods docs
laughinghan May 10, 2016
680fe47
Fix typo in API Methods docs
laughinghan May 10, 2016
e9faa8a
Edits to Config docs like relative links and typos
laughinghan May 10, 2016
6f334dc
Fix links in Contributing docs to be relative links
laughinghan May 10, 2016
19840b1
Symlink instead of duplicating README.md and docs/index.md
laughinghan May 10, 2016
ff62854
Try README.md symlink instead of index.md symlink
laughinghan May 10, 2016
749472a
README.md symlinks to docs/README.md
laughinghan May 10, 2016
19d7efb
Symlink all the things
laughinghan May 10, 2016
9d4b527
Oops forgot to `git add` new file docs/index.md
laughinghan May 10, 2016
3e30896
Tweak README quickstart example
laughinghan May 10, 2016
56be88b
Tiny tweak to README quickstart example
laughinghan May 10, 2016
6efac9e
<big> is ignored by both ReadTheDocs and GitHub >:(
laughinghan May 10, 2016
4e44c32
Favor Slack over Issues and IRC
laughinghan May 10, 2016
020f737
Tweak link to Slack in README
laughinghan May 10, 2016
d365414
Tweak intro wording to README
laughinghan May 10, 2016
5d0fbd3
Formatting tweaks to Code of Conduct
laughinghan May 10, 2016
cefb108
Fix README link to homepage
laughinghan May 10, 2016
a33f472
Move Slack badge to the README byline
laughinghan May 10, 2016
e82d038
Add GIF of homepage demo to README
laughinghan May 10, 2016
7805116
Move thesis sentence above GIF in README
laughinghan May 10, 2016
33d5507
Homepage demo GIF on README should link to homepage
laughinghan May 10, 2016
5edcaa0
Merge pull request #623 from mathquill/docs.readthedocs
stufflebear May 11, 2016
601dac2
Verify that something works
desa May 12, 2016
2d187ed
Shim Mocha.process.stdout.write() inst of console.log()
laughinghan May 13, 2016
4a4755e
Elucidate Node server for CI to POST xunit.xml to
laughinghan May 13, 2016
569c399
Fix unit test page to still use HTML reporter by default
laughinghan May 13, 2016
639525b
Fix xunit.xml test report for CI
laughinghan May 13, 2016
eea7dec
Merge pull request #625 from mathquill/build.circle-ci
laughinghan May 13, 2016
69eed61
Fix #534 "Better error message if jQuery isn't loaded"
laughinghan May 15, 2016
00d2481
Merge pull request #637 from mathquill/fix.better-missing-jQ-err-msg
controversial May 15, 2016
b46494c
Merge branch 'master' into mathquill/master
arnog May 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view