Skip to content

0.3.5 - electron - rich text styling toolbar, spellchecking, autocompletion and more!

Compare
Choose a tag to compare
@blurymind blurymind released this 21 Jan 19:32
· 31 commits to electron since this release

This is a particularly big release as it adds a number of very useful features to aid the writing process.
From:
InfiniteAmmoInc#80

50045609-b646e900-008d-11e9-9f17-2ac6b01908f6

  • Updated bondage.js to its newest version, adding new features to the story tester/debugger
  • bbcode open/close tag and "[[" autocompletion in text editor
  • preview of bbcode tag effects and goto in trimmed nodes
  • optional spell checking
  • optional autocompletion
  • optional preview bbcode in editor mode
  • a color picker (using spectrum.js) to set font color in bbcode
  • bbcode toolbar and refactor of the counter
  • new context menu
  • word autocompletion now works
  • misspelled word suggestions in the new context menu - if you have selected a misspelled word
  • common word suggestions as you type
  • nodelink suggestions as you type in the right places
  • Night mode - Toggling it will invert all the light colors which the editor currently uses
  • Added a context menu command to visit other nodes via their links in the editor and even create new ones
  • Added a command to go back to the previous edited node. If there is no previous - save and close the current one
  • the toolbar is now more compact and the counter can be collapsed
  • nspell is now used for spellchecking and suggestions and typo.js has been removed

This also adds the feature of showing tags and title of active nodes:
bondagejsnodedata2

As well as fixes some code that can make easier to embed in other electron software

Tags and node titles can be used to trigger events in game, such as change of avatars or animations during cutscenes

Also updating bondage.js after I made some changes:
hylyh/bondage.js#39 (comment)
hylyh/bondage.js#40
hylyh/bondage.js#41

Mac builds kindly contributed by @julsam