Releases: Leo-Nicolle/mots-fleches
Releases · Leo-Nicolle/mots-fleches
v1.1.0
1.1.0
New Features
- Heatmap: color the cells depending on how many words could fit
- Exact Search Mode: Now the
hammer
mode is much more powerful, there are much less chances that it proposes a word that would block you - Scored results: When using hammer mode, you can sort the results by score. Higher score means more words would fit once it is placed
- Grid checker: In this mode, the grid will show you words that do not exist within the dictionary, which dont have a definition or which don't have an arrow.
- Languages: Now you can make grids in French, Spanish and English.
Improvements
- The grid editor now uses web-workers to perform search, it is one step towards serverless app.
v1.0.0
Mots-flex v1.0.0
Features;
- Create/Edit/Delete grid
- definition editing: splits + arrows
- words editing, with suggestions
- Suggestions
- two modes: fast and a smarter one trying to propose non blocking words
- able to take new words from user dictionary (edit the words.txt file, write words and separate them with comma, do not add trailing comma, restart server afterwards)
- Styling
- Grid size, line size, color, font, arrow size
- Paper format, margins
- Solutions layout (rows, cols)
- Word index layout (font size, color)
- Only two stylesheet are created stylesheet are not taken in account
- Editor:
- keyboard shortcuts, see here
- Arrows and split auto placement
- Showing spaces between words
- Export
- PDF: Auto page break and generation of words index + solutions
- SVG: single grid svg export
- Distribution
- Linux
.deb
package - Mac/Windows: use nodejs
- Linux