All notable changes to this project are documented in this file.
- Full instructions on how to set up and use Anki Global Features.
- Added screenshots and more details to README.
- Refactored CSS styles for ankiWeb.
- Refactored
balanceQuestionLines()
function. - Updated CSS margins and paddings for card styles.
- Simplified
pre
andcode
colors
- Fixed DOM div creation for comparison answers.
- Updated global style link color.
- Updated global style max widths.
- Added bonus question title and type hint to card back.
- Added note-types stylings CSS.
- Updated HTML/JS to create side-by-side answer comparisons.
- Updated CSS design system to use a simple hue value to change colors between programming languages:
Language | Hue Value |
---|---|
RUBY | 28 |
GIT | 33 |
HTML | 46 |
JAVASCRIPT | 100 |
Command Line | 130 |
NODE | 140 |
GSAP | 146 |
REACT | 218 |
PYTHON | 245 |
TYPESCRIPT | 258 |
WORDPRESS | 268 |
PHP | 273 |
CSS | 299 |
- Moved Move Syntax Highlighting Addon styles to their own stylesheet.
- Added
@import url('_styles_for_syntax_highlighting.css')
to card stylesheets. - Updated
.gitignore
to allow all/assets
files to be committed.
- Updated
CHANGELOG.md
title - Updated
README.md
content. - Updated
_global.js
main function as an IIFE.
- Merged Anki Advanced Types Cards and Anki Global Card Styles into one repo for all Anki Global Features:
- Added
assets/screenshots/download-file-button.png
- Added
assets/card-styles/*.css
files - Added
collection.media/_global.css
file - Added
collection.media/_inconsolata*
files
- Added
- Formatted JS and CSS files.
- Updated global CSS topic header to remove spacing and rounding.
- MIT License
README.md
CHANGELOG.md
.gitignore
assets/note-types/*.html
filescollection.media/_diff_match_patch.js
filecollection.media/_global.js
file