-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare for release Clean up data folder * Add README * Fix README extension * Fix stat window issue.
- Loading branch information
1 parent
99e2b38
commit 8c4ad90
Showing
20 changed files
with
123 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# JWriter | ||
This is a writing software foucsed on writing for both fiction and non-fiction. It is simpiler to project like [FoucsWriter](https://gottcode.org/focuswriter/). This project is currently in alpha version, and will be optimized and will have more features. | ||
Screen shots: | ||
![Main Window](design/main.png) | ||
![Stats Window](design/stats.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||
|
||
cd $DIR | ||
|
||
|
||
java -jar JWriter.jar |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MainWindow.Title=JWriter |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
=@head-id:This is heading 1 with id and the id is in a category | ||
=List of formats | ||
The list of formats avaiable: `coded`, _underline_, *italics*, and **bold** | ||
Also has <@ref|link with reference> <www.google.com|direct link> {@citation}, {*endnote}, and {^footnote} | ||
=List of line styles avaiable | ||
Basic paragraph | ||
> quote block | ||
- bullet | ||
# Level 1 numbered | ||
# Level 2 numbered | ||
# Level 3 numbered (to level 6) | ||
|
||
- Level 2 bullet without being nested | ||
Section break (below) | ||
*** | ||
!*endnote: these are notes to end of a published section/document | ||
!^footnote: these are notes at the end of a published page. | ||
!@ref:https://github.com/creativeArtie/JWriter | ||
=More on heading | ||
==This is a subheading with a stub status #STUB detail of the status | ||
!# This is a outline with a draft status #DRAFT | ||
status can be `#STUB`, `#DRAFT`, `#FINAL`, `#` (None) | ||
All outline and heading can have id and status | ||
=Note and comments | ||
!!This is full line agenda | ||
This has a {!in line agenda} | ||
Agendas are to-do list and will create warning while trying to print or export | ||
!%@note: This is a note | ||
!% put them anywhere | ||
!%@citation:This is another note (separated because of the id) with citation | ||
!%`source` is what in the reference section | ||
!%`in-text` appears inside the text for APA or MLA styles | ||
!%`footnote` appears as a footnote like CMS style | ||
!>source:Author. *Book Title* Publish place: publish house, year. Print | ||
!>in-text:(Author, page) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+749 KB
lib/3rdparty/richtextfx-fat-0.7-M5.jar → lib/3rdparty/richtextfx-fat-0.8.1.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.