Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Jul 9, 2020
1 parent cbb701c commit c398d07
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@

Note: Some changes will get reflect from next card.

# Turn off default settings
Open template editor.
In ``` Back Template ``` at top will be following lines
```html
<script>
var default_show_kanji = true;
var default_show_onyomi = true;
var default_show_Kunyomi = true;
var default_show_outline = true;
var default_show_meaning = true;
</script>
```
Change true to false for not showing the respective fields.
For ex:- To stop by default showing Kanji at beginning of review.
```javascript
var default_show_kanji = false;
```

# Data
Character's stroke data
<br>https://github.com/chanind/hanzi-writer-data-jp
Expand Down Expand Up @@ -53,4 +71,4 @@ MIT License<br>
Copyright (c) 2020 infinyte7

### Other Third party licenses
Read [License](License)
Read [License](License)

0 comments on commit c398d07

Please sign in to comment.