# Anki Authors - Adding/Editing - Anki Manual (Highlights)

## Metadata
**Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article3.5c705a01b476.png
**Source**:: #from/readwise
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[Anki Authors]]
**Full Title**:: Adding/Editing - Anki Manual
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**URL**:: [docs.ankiweb.net](https://docs.ankiweb.net/)
**Host**:: [[docs.ankiweb.net]]
**Highlighted**:: [[2021-03-21]]
**Created**:: [[2022-09-26]]
## Highlights
### Adding/Editing
- You need to turn on the “allow HTML in fields” checkbox in the import
dialog for HTML newlines to work.
- If you want to include audio and pictures from a text file import, copy
the files into the collection.media folder. Do not put
subdirectories in the media folder, or some features will not work.
`~/Library/Application Support/Anki2/ian/collection.media`
- Another option for importing large amounts of media at once is to use
the media import add-on.
This add-on will automatically create notes for all files in a folder
you select, with the filenames on the front
- If you want to add ‘tag1’ and ‘tag2’ to every line you’re importing, add
the following to the top of the text file:
`tags:tag1 tag2`
#### Cloze Deletion
- {{c2::Canberra}} was founded in {{c1::1913}}.
#code #qa
```
Canberra was founded in [...].
[...] was founded in 1913.
```
- {{c1::Canberra::city}} was founded in 1913
#code #qa
```
[city] was founded in 1913.
```