Download Latest Version EmilyV0_6.jar (391.3 kB)
Email in envelope

Get an email when there's a new version of EmilyEditor

Home
Name Modified Size InfoDownloads / Week
README.txt 2023-07-11 2.7 kB
emily0_9.zip 2023-07-11 257.8 kB
EmilyVersion0_9.zip 2023-07-11 776.8 kB
Changes Emily 0_8 to Emily 0_81.txt 2022-10-14 160 Bytes
emily0_81.zip 2022-10-14 79.0 kB
EmilyVersion0_81.zip 2022-10-14 1.1 MB
emily0_8.zip 2022-07-20 171.2 kB
EmilyVersion0_8.zip 2022-07-20 1.1 MB
MajorUpdates.txt 2020-02-10 429 Bytes
EmilyV0_720191105.zip 2020-02-10 1.5 MB
EmilyLoader.bat 2017-09-14 58 Bytes
EmilyV0_6.jar 2017-09-14 391.3 kB
EmilyV0_620170914.zip 2017-09-14 742.0 kB
EmilyV0_520170118.zip 2017-01-18 556.3 kB
EmilyV0_5.jar 2017-01-18 347.7 kB
Emily20160702.zip 2016-07-09 432.2 kB
EmilyV0_4.jar 2016-07-09 309.6 kB
Totals: 17 Items   7.8 MB 1
This is a download package for Emily version 0.9, a freeware WYSIWYG editor which uses a subset of HTML5 called MLE as its storage format.

This download package contains:

 1.  The app itself in source form (in the "emily0_9" directory).

 2.  A test suite containing a test file for each module in the emily0_9 directory,
     plus various test files in .mle format (in the "test" directory).

 4.  My learning journal for the update from Emily version 0.81.
 
 5.  .bat files to allow the Emily app to be started from the command line and 
     associated with .mle files (in the "emily0_9" directory).
 
Recipe for downloading and running Emily
----------------------------------------

Note 1: This recipe is designed for Windows.  Emily will run on any platform that runs the Python interpreter, but you will need to modify some of the steps.

Note 2: You will need administrator permission for some of the steps.

Note 3: You must have Python (version 3.8 or later), PyQt6, and GUIbits version 1.0 installed on your computer.  You can find GUIbits 1.0 at 

  https://sourceforge.net/projects/guibits/
  

 1. Download the "emily0_9.zip" file into a temporary folder, such as "Temp".
 
 2. Unzip the "emily0_9.zip" file to make a folder "emily0_9".
 
 3. Create a folder "Emily" in your "Program Files" folder.
 
 4. Move the "emily0_9" folder into it.
 
 5. Find the environment variables for your system
      (Settings/System/About/Advanced System Settings/Environment Variables)
 
 6. In the "User Variables" section, Find the "Path" environment variable.
 
 7. Add the path of the "emily0_9" folder to it.  
    You can do this by selecting the "Path" variable, and pressing the "Edit" 
    button.
    When the list of paths appears, press the "New" button and add the new path.
    
      (e.g. "C:\Program Files\Emily\emily0_9")
   
 8. The "emily0_9" folder contains a file "emily.bat" which allows you
    to run the Emily from anywhere in the folder tree by saying
 
      emily my_file.mle  (or whatever your .mle file is called)
      
    Emily will run and allow you to edit the file (in a very restricted way!).
    
    You will need to modify the "emily.bat" file or the "emily_loader.bat" file if
    you have not downloaded the "emily0_9" folder into 
    "C:\Program Files\Emily", but have used some other name.

 9. Once you have run Emily and created an .mle file, you can associate all .mle files with the "emily.bat" script by right-clicking on the file entry in File Explorer, selecting "Properties" and updating the "Opens with" entry to the emily.bat file in "C:\Program Files\Emily\emily0_9\".

RNB 11 Jul 23  10:52
Source: README.txt, updated 2023-07-11