Skip to content

Releases: creativeArtie/Writer-Studio

Note Interface Redo

21 Sep 21:54
0c0652d
Compare
Choose a tag to compare
Note Interface Redo Pre-release
Pre-release

This version changes how notes are organized in the interface. The old user interface didn't show how it look.

There is a new research pane. It will send you back to work when you don't type anything for 5 minutes. The behavior of this feature is still evolving and still a alpha stage.

Bug fix

  • typing at the end of the document will stay a the end
  • heading selection and location update is now working properly
  • agenda, link, footnotes, and end notes is now faster and with less hacking involve

Gradle Update and Markup Language "Finalized"

16 Jul 21:29
2b54e46
Compare
Choose a tag to compare

This version now uses Gradle, and now there is a Linux native version available. The java version only version is Writer-Studio-3.3.2.alpha-java.zip.

The markup syntax and file format has changed again. Due how the program is currently coded, it is very likely that future version this version of syntax and format are backward compatible.

Th website is also updated, and the markup language guide is move to its own page.

Fix bugs found in test classes

23 Apr 21:14
Compare
Choose a tag to compare
Pre-release

Fixed bugs found in test unit classes. They were introduced by the last release.

Exporting PDF alpha release

20 Apr 21:17
3cff2b9
Compare
Choose a tag to compare
Pre-release

This version is now able to export PDF files, but still a work in process.

There are a few changes to markup languages:

  • levels now repeats a character to indicate levels
  • a new citation type added: ref, which takes citation source of a different note
  • a new format type added: {% } which is use for statistics related to the document, it currently has only 2 things: current page and number of words

There are also some crush recovery system in place.

Hot Quick Fix

20 Jan 00:10
Compare
Choose a tag to compare
Hot Quick Fix Pre-release
Pre-release

This release will do a very rough and quick fix for an issues with setting display style.

Optimizing Version

03 Jan 20:42
Compare
Choose a tag to compare
Optimizing Version Pre-release
Pre-release

This version doesn't add any new features, except that it run faster, and there is a new website to go with this project.

Adding Syntax Hints

26 Nov 06:08
abb1090
Compare
Choose a tag to compare
Adding Syntax Hints Pre-release
Pre-release

This version adds a syntax hints widget and remove the help text.

For the people looking at the source code, the test folder has a major clean up: it is now mostly standardized and uses builder class instead of constructors with many parameters.

Quick Update

10 Nov 05:06
096b975
Compare
Choose a tag to compare
Quick Update Pre-release
Pre-release

This version puts all the data file into the jar file, and updates the README.md.

First Public Alpha Release

31 Oct 04:43
8c4ad90
Compare
Choose a tag to compare
Pre-release

This alpha release can open, save and create new files. The markdown language, for the time being, is considered to be complete.

Currently, it is a bit slow, but I have started to work on making it faster by designing a way to parse part of the file, instead of the whole file. It also does not print or export, which means this version is not very useful.

It only have detailed mode. More will come later in beta. Detail mode shows agenda list, table of content, notes (as in endnotes and research notes) and links.

It is only tested with Ubuntu and not Windows. When it download and unziped, using java -jar JWriter.jar might work. But it that does not work, you can use bash linux.sh instead.