-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update Text File Section #317
Conversation
@@ -12,10 +12,6 @@ are met. | |||
|
|||
- The files must be in UTF-8 format (see below). | |||
|
|||
- The first line also defines the separating character – if Anki finds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is still true (though it could be worded better). If no separator has been specified, the contents of the first field will control what Anki guesses it should be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But as people can change it, does it really needs documented?
It's also a awkward place for the info to be in. I'll try to get another PR for here explaining each option individually. Better do it then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it could be mentioned in the separator section of the table below instead for example.
the following to the top of the text file: | ||
|
||
tags:tag1 tag2 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is distinct from the tags: entry below - note how the first line doesn't need a comment. But I'd prefer we push people to use the more consistent approach mentioned below, so I think it's ok to remove this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's what I thought too.
A little polishing and I removed some outdated info I thought isn't necessary anymore.