内容简介:Converts Markdown file(s) to the Anki cards.Convert a single markdown file:
MDAnki
Converts Markdown file(s) to the Anki cards.
Install
npm install -g mdanki
Usage
Convert a single markdown file:
mdanki library.md anki.apkg
Convert files from directory recursively:
mdanki ./documents/library ./documents/anki.apkg
Using all available options:
mdanki library.md anki.apkg --deck Library --config config.json
Import just generated .apkg
file to Anki ("File" - "Import").
Overriding default settings
To override default settings use --config
option:
mdanki library.md anki.apkg --config faworite-settings.json
Supported files
MDAnki supports .md
and .markdown
files.
Cards
By default, MDAnki splits cards by ##
headline. For example, below markdown will generate 2 cards where headlines will be on the front side and its description - on the back.
## What's the Markdown? Markdown is a lightweight markup language with plain-text-formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. ## Who created Markdown? John Gruber created the Markdown language in 2004 in collaboration with Aaron Swartz on the syntax.
If you want to have multiple lines on the card's front side - use %
symbol for splitting front and back sides:
## YAGNI Describe this acronym and why it's so important. % "You aren't gonna need it" (YAGNI) is a principle of extreme programming (XP) that states a programmer should not add functionality until deemed necessary.
When parsing only one markdown file, the title of the deck could be generated based on the top-level headline ( #
).
Tags
Cards can have tags in their markdown sources. For adding tags to cart it should follow some rules:
#
MDAnki uses '^\\[#(.*)\\]'
pattern for searching tags. This pattern could be overwritten by specifying custom settings. The source file in the tag link is optional.
The below example will generate a card with 3 tags: algorithms , OOP , and binary_tree .
## Binary tree In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. [#algorithms](./algorityms.md) [#OOP]() [#binary tree]()
Code and syntax highlighting
Code blocks can be written with and without specifying a language name:
``java public static void main(String[] args) { System.out.println("Hello, World!"); } ```
`` echo "Hello, World!" ```
The last code block will be treated by MDAnki as Bash code. The default language can be configured by specifying --config
with an appropriate defaultLanguage setting .
Note!Creating a block without language name is not fully supported and should be eliminated in usage. Take a look at this:
echo "Code block with language name"
echo "Code block without language name"
Supported languages
MDAnki supports code highlighting for these languages:
actionscript, applescript, aspnet, bash, basic, batch, c, coffeescript, cpp, csharp, d, dart, erlang, fsharp, go, graphql, groovy, handlebars, java, json, latex, less, livescript, lua, makefile, markdown, markup-templating, nginx, objectivec, pascal, perl, php, powershell, python, r, ruby, rust, sass, scheme, smalltalk, smarty, sql, stylus, swift, typescript, vim, yaml.
Images
You can use links to image files inside markdown, MDAnki will parse them and add those images to the import collection. It's allowed to use two styles for writing images:
-
Inline
-
Reference:
User settings
Any configuration which is presented in settings file could be overwritten by specifying an external configuration file:
mdanki markdown.md aki.apkg --config path/to/config/file.js
License
MIT License, Copyright (c) 2020, Oleksandr Shlinchak.
Changelog
以上所述就是小编给大家介绍的《MDAnki – convert Markdown to Anki cards》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
无线:网络文化中激进的经验主义
[英] 阿德里安·麦肯齐 / 张帆 / 上海译文出版社 / 2018-9
本书研究了无线是如何成为当代人类经验的主角的。从路由器、智能电话、电子书、城市到在线工作、服务协议、玩具以及国家等各个方面,人们已经感觉到了无线技术所引发的变革。本书作者援引一个世纪之前的哲学技术来分析当代最前沿的后网络时代的人类状况。基于威廉•詹姆斯的实用主义哲学相关的彻底经验主义,作者提出了把失序的无线网络世界与人们的感知匹配起来的新方式。一起来看看 《无线:网络文化中激进的经验主义》 这本书的介绍吧!