Skip to content

Commit 2cb335e

Browse files
authored
added build links, as well as better feature presentation
1 parent f395bed commit 2cb335e

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,33 @@
33
Dialogue editor created for "Night in the Woods" (and other projects) by @NoelFB and @infinite_ammo with contributions from @seiyria and @beeglebug. It is heavily inspired by and based on the amazing Twine software: http://twinery.org/
44

55
This is a port to electron, made possible by Todor Imreorov. It adds a number of new features, such as:
6-
- Integration of bondage.js (yarnspinner port in javascript) inside Yarn - this allows testing yarn stories directly inside yarn.
6+
- Integration of bondage.js (yarnspinner port in javascript) inside Yarn - this allows testing yarn stories directly inside yarn, as well as rendering of rich text bbcode. The tester is written in a very reusable way (as a class with methods)- so it is easy to integrate in html5 games!
77
- Helper menu to create node links - with a search filter
88
- Helper menu to test yarn story from a specific node - with a search filter (via bondage.js)
99
- Support for multiple app instances and file drag and drop
1010
- Automatic creation of nodes with correct name and path when writing any new story threads that have no node created yet
11-
- Story tester tool that supports rendering of bbcode- enabling rich text (font colors, styles,images and even links) with typing animation. The tester is written in a very reusable way (as a class with methods)- so it is easy to integrate in html5 games!
12-
1311
![yarn-testerbbcode](https://user-images.githubusercontent.com/6495061/41685950-2b8b3580-74da-11e8-89ea-c7d23dea19da.gif)
1412

13+
# BBcode styling in editor, Spellchecking, Autocompletion, and more!
14+
- Optional syntax autocompletion (autoclose tags)
15+
- preview of bbcode tag effects and goto in trimmed nodes
16+
- optional spell checking
17+
- optional word guessing and autocompletion
18+
- optional preview bbcode in editor mode
19+
- a color picker (using spectrum.js) to set font color in bbcode
20+
- new context menu
21+
- misspelled word suggestions in the new context menu - if you have selected a misspelled word
22+
- nodelink suggestions as you type in the right places
23+
- Night mode - Toggling it will invert all the light colors which the editor currently uses
24+
- A context menu command to visit other nodes via their links in the editor and even create new ones
25+
- Button to go back to the previous edited node. If there is no previous - save and close the current one
26+
![yarn-0 3 5-newfeatures](https://user-images.githubusercontent.com/6495061/50045609-b646e900-008d-11e9-9f17-2ac6b01908f6.gif)
27+
1528
# Builds
1629

17-
Win64: https://github.com/blurymind/Yarn/releases/tag/v0.3.2
30+
Win64: https://github.com/blurymind/Yarn/releases/latest
1831

19-
MacOS: in Progress
32+
MacOS: waiting for someone to submit one
2033

2134
# To compile and run from source:
2235
Make sure you have nodejs and electron installed. Then

0 commit comments

Comments
 (0)