Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xre0uS authored Sep 6, 2023
1 parent 43f2a7b commit e526ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ With threshold at 25, some of the items are off but it's pretty good considering

#### The inputs:
- **Table width**: Sets the table width, will create empty cells if it cannot match the requirement, will cut off cells longer than the width.
- **Delimiter**: The delimiter of the table, like `-` or `+`, the custom delimiter should be the only characters seperating the cells (e.g. the example above but `-` instead of spaces). Or add your own regex here, then it will tries to match for the cell character rule (see below), defaults to match spaces (entering nothing is equal to using `space (smart selection)`).
- **Delimiter**: The delimiter of the table, like `-` or `+`, the custom delimiter should be the only characters seperating the cells (e.g. the example above but `-` instead of spaces). Or add your own regex here, it then tries to match for the cell character rule (see below), defaults to match spaces (entering nothing is equal to using `space (smart selection)`).
- **Additional cell characters**: By default, only alphanumeric characters are chosen as the start and end of a cell, add additional characters here.
- **Threshold**: The % where a cell breakpoints must appear over all the rows for the separator to be created, basically, higher will mean less cell dividers, lower means more.
- **Converting**: If there are more than one set of cell breakpoints with the same percentage, the result will be shuffled on each conversion. The example above is one of the possible results.
Expand Down

0 comments on commit e526ee8

Please sign in to comment.