Skip to content

Commit

Permalink
Continous parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiety committed Jun 16, 2024
1 parent 584382c commit 8a57e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AnkiPoetry.BlazorWasm/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div><div class="parameter-name">Add dots: </div><input type="checkbox" @bind="state.Parameters.AddDots" /></div>
<div><div class="parameter-name">Colors: </div><input type="number" min="1" @bind="state.Parameters.Colors" /></div>
<div><div class="parameter-name">Overlap: </div><input type="checkbox" @bind="state.Parameters.OverlapChapters" /></div>
<div><div class="parameter-name">Title to Begin: </div><input type="checkbox" @bind="state.Parameters.TitleToBegin" /></div>
<div><div class="parameter-name">Line numbers: </div><input type="checkbox" @bind="state.Parameters.LineNumbers" /></div>
<div><div class="parameter-name">Numbers: </div><input type="checkbox" @bind="state.Parameters.LineNumbers" /></div>
<div><div class="parameter-name">Continous: </div><input type="checkbox" @bind="state.Parameters.Continous" /></div>
</div>
<div class="json">
<input @bind:event="onchange" @bind:get="GetJson()" @bind:set="SetJson" />
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ Soon after the lines deck have moved to the next page, I reveal two new cards on

## Parameters

- `Deck Name` - parent deck name to add to .csv file to simplify import
- `Chunk size` - number of lines per page
- `Word Wrap` - number of characters after which to try to split the line
- `On spaces` - wrap text on spaces or on punctuation
- `Add dots` - add dots before and after text on wrap
- `Colors` - number of colors to alternate
- `Overlap` - add first line to the end of previous chapter and vice versa
- `Empty End` - add an empty End element
- `Numbers` - add line number to every line
- `Continous` - continous line numbers through all text

## Importing created deck into Anki

Expand Down

0 comments on commit 8a57e72

Please sign in to comment.