- Sep 16, 2024
-
-
David Hamelin authored
-
- Aug 08, 2023
-
-
Shachar Itzhaky authored
Accept `?wa` as a shorthand to `?backend=wa`.
-
- Jul 01, 2023
-
-
Shachar Itzhaky authored
`jscoq.js` is needed.
-
- May 01, 2023
-
-
Shachar Itzhaky authored
In scratchpad only. Closes #326.
-
- Apr 12, 2023
-
-
Shachar Itzhaky authored
-
- Jan 24, 2023
-
-
Emilio Jesus Gallego Arias authored
This is a large build-time improvement, moreover we can get rid of a lot of troublesome code regarding how to manage assets. `esbuild` has proven a great tool so far. Tested with both backends. We still keep the CLI and the WASM backend on webpack, the idea is to move them to esbuild in subsequent commits. CLI should use a native Coq instead, it is super-slow. We also disabled the `collab` and `ide-project` builds for now, re-adding before merging hopefully. The compatibility story with user .html pages needs to be revised, IMHO as this is a foundation for the LSP backend this is the time to drop support for some patterns we had in the past.
-
- Oct 11, 2022
-
-
Shachar Itzhaky authored
There is no longer @jscoq / @wacoq separation in pkgs.
-
- Sep 21, 2022
-
-
Emilio Jesus Gallego Arias authored
We reorganize jsCoq's source code as to be more modular, in particular we start to place backend files under the `backend` directoy, and frontend files under `frontend`. Code as it now does work, note however that still quite a bit of work is needed. In particular, the headless frontend should get its own directory, the coq-jslib directory should go away, use more types, etc...
-
- Sep 09, 2022
-
-
Shachar Itzhaky authored
The bundle (`.bundle.min.js`) is now needed for the menu.
-
- Aug 19, 2022
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
To avoid confusion, `ui-js/jscoq.js` has been renamed. Also, a legacy-mode `jscoq-loader.js` that emulates the old behavior.
-
- Aug 15, 2022
-
-
Shachar Itzhaky authored
So that it can be `import`ed.
-
Emilio Jesus Gallego Arias authored
-
Emilio Jesus Gallego Arias authored
Maybe we should squash the loader fixes to the previous commits.
-
Emilio Jesus Gallego Arias authored
We use a strategy top-down to convert to modules. For now we convert the loader to a module. This requires a few minor changes, but shouldn't be too hard.
-
- Jul 28, 2022
-
-
Shachar Itzhaky authored
Sync `package.json.wacoq` with `package.json`.
-
- May 21, 2022
-
-
Shachar Itzhaky authored
-
- May 16, 2022
-
-
Shachar Itzhaky authored
And immediately employed this feature in the sqrt_2 example. The example now contains some hand-crafted prologue followed by the coqdoc content.
-
- May 09, 2022
-
-
Shachar Itzhaky authored
Instead of sqrt_2, the landing page shows a basic proof with lists. Need to make a wider portfolio of proofs from different fields as discussed on Zulip.
-
Shachar Itzhaky authored
Instead of sqrt_2, the landing page shows a basic proof with lists. Need to make a wider portfolio of proofs from different fields as discussed on Zulip.
-
- May 08, 2022
-
-
Shachar Itzhaky authored
Ordering of results in completion hints, collapsing n/a results, scroll shadow.
-
Shachar Itzhaky authored
`<kbd>` formatting and a hint for newcomers to look at the scratchpad icon.
-
Shachar Itzhaky authored
`<kbd>` formatting and a hint for newcomers to look at the scratchpad icon.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- May 07, 2022
-
-
Shachar Itzhaky authored
-
- May 06, 2022
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Filled in the links in the navbar, etc. Added hover action to quick-start reference.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Added a link to Coq in "settings". The top-left link now points to jsCoq's homepage instead. Landing-page CSS moved to a separate file.
-
Shachar Itzhaky authored
As suggested by @hannelita.
-
- May 18, 2021
-
-
Shachar Itzhaky authored
Thanks @mdnahas :D
-
- May 09, 2021
-
-
Shachar Itzhaky authored
Can now return to the original `Import` statements.
-
- May 08, 2021
-
-
Shachar Itzhaky authored
Keyboard slip caused it to revert to the old Gitter url.
-
Shachar Itzhaky authored
-
- Mar 04, 2021
-
-
Shachar Itzhaky authored
-
- Jan 13, 2021
-
-
Shachar Itzhaky authored
Fav icon is now PNG.
-
- Sep 21, 2020
-
-
Shachar Itzhaky authored
Keyboard shortcuts are added via a CodeMirror.keyMaps entry. In literate mode (snippets), PgUp/PgDn are not bound, to allow scrolling.
-
- Aug 11, 2020
-
-
Shachar Itzhaky authored
-