Add note block

This commit is contained in:
Thomas Dehaeze 2020-12-10 18:50:54 +01:00
parent d52f72e1e8
commit 1ab5377b20
3 changed files with 3 additions and 0 deletions

1
dist/script.js vendored
View File

@ -16,6 +16,7 @@ docReady(function () {
"exercice": "Exercice",
"question": "Question",
"summary": "Summary",
"note": "Note",
"answer": "Answer",
"hint": "Hint",
"important": "Important",

View File

@ -7,6 +7,7 @@ docReady(function() {
"exercice": "Exercice",
"question": "Question",
"summary": "Summary",
"note": "Note",
"answer": "Answer",
"hint": "Hint",
"important": "Important",

View File

@ -6,6 +6,7 @@ $types: (
exercice: (color: $pale-yellow, title-color: $yellow, icon: "\f040"),
answer: (color: $pale-turq, title-color: $turq, icon: "\f00c"),
summary: (color: $pale-blue, title-color: $blue, icon: "\f02e"),
note: (color: $pale-blue, title-color: $blue, icon: "\f249"),
hint: (color: $pale-grey, title-color: $grey, icon: "\f05a"),
important: (color: $pale-red, title-color: $red, icon: "\f005"),
caution: (color: $pale-orange, title-color: $orange, icon: "\f071"),