Skip to content

Codex v1.4.0

Compare
Choose a tag to compare
@jcv8000 jcv8000 released this 06 Sep 02:14
· 155 commits to master since this release

Changelog

  • Added support for KaTeX equations in notes
  • You can now collapse large code blocks by clicking the arrow icon in the top-right of the code block
  • Added Markdown exporting
  • Added an option to export all of the pages in a notebook to PDF/markdown
  • Included a better default font for Linux users (Fira Mono)
  • Updated Electron to 12.1.0
  • Removed the survey link from the home page, moved it to the Help menu/tab
  • Added a documentation page for equations
  • Added Ctrl-1 through Ctrl-6 keybindings for Headers
  • You can now open the Chromium Dev Tools (Ctrl-Shift-i) to check for errors in the console
  • Added custom horizontal scrollbars for code blocks
  • Added a word wrap option for code blocks in the Settings page
  • Made the custom scrollbars look better
  • Redid the docs/Help pages
  • The first-use tutorial has been removed, instead it asks if you want to see the "Getting started" help page
  • If you are a macos user, code blocks and inline code should use Apple's SF Mono font
  • Added a "Toggle menu bar" menu option on Linux (the menu bar doesn't follow dark/light mode)

Bug Fixes

  • Made the sidebar items in the Help tab responsive to sidebar resizing
  • Fixed a bug where Ctrl-clicking or middle-clicking on link elements would open a new Codex window
  • \n's should now show up correctly in PDF's
  • Fixed where when you make a new table you can't see the cursor inside it
  • Disabled inserting horizontal rules and tables inside of tables/code blocks
  • Fixed a bug where the content wouldn't expand to the full height of the window on Linux

For developers

  • Added electron-builder to the devDependencies so it doesn't have to download every time you run npx electron-builder