Skip to content

Preview (major update 4)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JerryI JerryI released this 21 Sep 21:05

A lot of bug-fixing has been done for multiple platforms. Still some issues with the socket library stability has been reported, since it is based on an outdated fork by me (@JerryI ) instead of a master branch maintained by @KirillBelovTest. By the version 1.0 this will be fixed.

Plugin API covers most needs (even access to the top level menu of the app), but the documentation for it is still in development. A good demo for it is a new core package wljs-snippets, which provide you a sort of palette (by pressing Cmd+P) of short pieces of code, that you can run to make your life easier.

Boxes support from Mathematica was improved a bit, now DateObject, RGBTemplate based on TemplateBox can work properly. This will be updated independently from the client-app attached here.

Search bar was added.

Hot keys were also updated

  • Cmd/Ctrl + N new notebook
  • Cmd/Ctrl + O open notebook
  • Cmd/Ctrl + S save
  • typical undo, redo, copy...
  • Cmd/Ctrl + F find on a window
  • Cmd/Win + 2 hide/unhide current cell
  • Cmd/Win + 1 hide/unhide upper cell
  • Cmd/Win + 3 hide/unhide lower cell
  • Cmd/Win + . abort
  • Cmd/Win + i evaluate initialization cells
  • Cmd/Win + p snippets

show
newlook