-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install and build documentation (beginner and advanced) #54
Comments
I removed this for now from the advanced docs but may need to put it back in if people are struggling with dependancies:
|
With mustache, you need to make sure that the Use a tool like this one to escape the JSON value. Furthermore, Anki expects So for the time being, I've copied the front and back templates into a Without the |
Move the demo files into their own folder (unfortunately this means copying the front and back templates, rather than including them. See the comment in #54 about both `{{{ ... }}}` triple brackets and `.json` formatting.
This is all too overthinky. Keep your target audience and beginners and intermediates and that'll help you scope out what you should be doing. Very, very simple compiler and mostly what you see is what you get. The advanced guys should be able to do it alone anyways. |
npm
scripts explained in a very simple wayprint-first-css
etc. I don't have to explain to others unless they're trying tonpm run build
.Most of the build stuff in print-first-css can be hiddenLike a module, some bits are hidden and not extendable.Remember the problems withprint-first-css
and npm with GitHub repos!package.json
related issuespackage.json
? #102package.json
? #96Already thought about ...
Be very careful about mustache and JSON formatting using the demo files — especially things like the{{cloze:tag}}
demoDemo is useful for now, but involves copying (and slightly editing) the main Card themes insource/themes/demo/...
An online tool (it indexes all Github's links too, not just the README☹️ )Using a link checker tool (Marked App only checks external links)💩Or a CLI tool(too many depencies / a ballache to set up)Generate PDF🏆 cmd ⌘ + click: Turns the link blue and takes you to the correct
.md
page!Use a CLI tool:34 bloody dependencies to check your linkstest-screen-record.mov
Create a gif how to video with this convertor
The text was updated successfully, but these errors were encountered: