github JerryI/wolfram-js-frontend 1.0.1
The immortal edition 🔌 (minor update)

latest releases: 2.6.0, 2.5.8, 2.5.6FIX...
14 months ago

This covers the case, when there is no internet connection possible (see #57 )
The binaries comes with all packages and plugins necessary for functioning properly. However, if there is internet connection to github.com (where all packages are stored), it will anyway download the latest version.

Other changes

Math input

Now it uses a different way of representing syntax sugar for math input and other decorations

Screenshot 2023-11-15 at 20 01 44

is represented as

(*FB[*)((1)(*,*)/(*,*)((*SqB[*)Sqrt[2](*]SqB*)))(*]FB*)

if you remove comments, it will look like

(1)/(Sqrt[2])

which is safe for using it anywhere keeping the actual code unchanged.

Just to remind the shortcuts

  • Ctrl+/ on the selection - make a fraction
  • Ctrl+2 make a square root
  • Ctrl+6 make a superscript
  • Ctrl+- make a subscript

CellPrint

This comes handy when making progress bars and other temporal messages. Please see the reference.

Please also see new examples located from the main menu

Screenshot 2023-11-15 at 20 09 01

Don't miss a new wolfram-js-frontend release

NewReleases is sending notifications on new releases.