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

CodeEditorExample #3027

Merged
merged 49 commits into from
Jan 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
9232a98
broadcasting
dvd101x Feb 7, 2023
c589ad5
Simplified broadcasting
Feb 8, 2023
fbfd332
Updated for broadcasting
Feb 8, 2023
8537fc9
Changed to camel case
Feb 8, 2023
099a7d8
Camel case and auto formating
Feb 8, 2023
3a0aa2d
Added comments
Feb 8, 2023
394c737
Skip if matrices have the same size
dvd101x Feb 9, 2023
772e1db
Fixed issue with undefined variable
dvd101x Feb 9, 2023
2cff0be
Implemented broadcasting in all functions
Feb 9, 2023
6508164
Merge branch 'develop' of https://github.com/dvd101x/mathjs into develop
Feb 9, 2023
3ab4ec9
Added helper functions
dvd101x Feb 12, 2023
899b785
Merge branch 'develop' into develop
dvd101x Feb 12, 2023
0d5fb32
Added function to check for broadcasting rules
dvd101x Feb 12, 2023
3b649ef
Tests for broadcasted arithmetic
Feb 15, 2023
7356dd3
Fixed issue with matrix the size of a vector
Feb 15, 2023
1e2138c
Documented and updated broadcasting
dvd101x Feb 18, 2023
ba8eda2
Included broadcast.test
dvd101x Feb 19, 2023
9a65882
Merge branch 'develop' into develop
josdejong Feb 23, 2023
a04770f
Merge branch 'josdejong:develop' into develop
dvd101x Feb 24, 2023
104310f
Included math to syntax when missing
dvd101x Apr 24, 2023
75e6c70
Merge branch 'develop' of https://github.com/dvd101x/mathjs into develop
dvd101x May 27, 2023
e2bdd4a
Merge branch 'develop' of https://github.com/dvd101x/mathjs into develop
dvd101x Aug 5, 2023
a7f6d40
Merge branch 'josdejong:develop' into develop
dvd101x Aug 24, 2023
446cb86
Add code editor example
dvd101x Sep 12, 2023
befa6c7
Vite mini project
dvd101x Oct 27, 2023
d052ad9
Initial example
dvd101x Oct 27, 2023
2444da3
added alpine debounce
dvd101x Oct 28, 2023
27b46d3
Fixed display
dvd101x Oct 28, 2023
4b72334
Added parser.clear
dvd101x Oct 29, 2023
3c3e4d3
Added mathjs-language
dvd101x Oct 29, 2023
db4855a
Made module to get expressions
dvd101x Oct 29, 2023
78b3df3
Added custom events
dvd101x Oct 30, 2023
02da088
Issue with help formatting
dvd101x Oct 31, 2023
f78bfd8
Simplified help format
dvd101x Oct 31, 2023
cdc2e6d
Restored package.json
dvd101x Nov 4, 2023
61e27be
Merge branch 'josdejong:develop' into CodeEditorExample
dvd101x Jan 2, 2024
5db2a70
removed unneded icons
dvd101x Jan 2, 2024
2c2b295
Merge branch 'develop' into CodeEditorExample
josdejong Jan 12, 2024
cdfae05
Added readme file
dvd101x Jan 13, 2024
40336fa
Fixed versions
dvd101x Jan 13, 2024
c6bab36
Commented getExpressions
dvd101x Jan 13, 2024
287949c
Documented main.js
dvd101x Jan 13, 2024
cac9f5b
Fixed title
dvd101x Jan 13, 2024
0474eed
Fixed alpine version
dvd101x Jan 13, 2024
340c427
Removed AlpineJS
dvd101x Jan 14, 2024
630db67
Added documentation and renamed variables for clarity
dvd101x Jan 14, 2024
28a01f9
Merge branch 'develop' into CodeEditorExample
josdejong Jan 15, 2024
0ad2273
Fixed naming errors
dvd101x Jan 15, 2024
5ba796e
Merge branch 'develop' into CodeEditorExample
josdejong Jan 17, 2024
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
Prev Previous commit
Next Next commit
Fixed alpine version
  • Loading branch information
dvd101x committed Jan 13, 2024
commit 0474eed2c6d65456fd786e041211cb858dd0b716
2 changes: 1 addition & 1 deletion examples/code editor/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"vite": "5.0.11"
},
"dependencies": {
"alpinejs": "^3.13.2",
"alpinejs": "3.13.3",
"codemirror": "6.0.1",
"github-markdown-css": "5.5.0",
"katex": "0.16.9",