Skip to content

Moonbeam v0.4.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@GuilhermeIsNotUnix GuilhermeIsNotUnix released this 17 Aug 02:25
· 10 commits to main since this release
b9086f9

Moonbeam v0.4.2

Moonbeam v0.4.2-alpha is now available for use on Windows and Linux, just note that we are still in the alpha version and strange behaviors may appear (although none have been detected so far). And until version 1.0 arrives, there are many ideas to include in the editor. The following is a technical detail of the v0.4.2 release.

Features

  • Dual-pane Interface: Edit Markdown in one pane and see the rendered preview in real-time in the adjacent pane.
  • File Operations:
    • Open existing Markdown files
    • Save changes to the current file
    • Save As functionality for creating new files
  • Markdown File Focus: Specialized for .md and .MD file extensions
  • Responsive UI: Resizable window

Improvements

  • Enhanced File Handling: Improved error handling for file operations
  • Dynamic Window Title: The window title updates to reflect the currently open file

Post-compiling installation on Linux/UNIX-based systems

If you have downloaded the Linux version, you will have a .tar.xz file, you need to install Moonbeam for it to be effectively accessible on your Desktop Environment. Follow these instructions: Extract the .tar.xz, enter the extracted folder, you will see a Makefile file...

To install Moonbeam only for your user, run:

$ make user-install # it will install in ~/.local/

If you want to uninstall from your user, run:

$ make user-uninstall # to uninstall from ~/.local/


If you want to install not only for your user, but for the system as a whole, run:

$ sudo make install # to install the application from the system

If you want to uninstall from your system, run:

$ sudo make uninstall # to uninstall the application from the system