We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do you include weight to the item you are importing?
The text was updated successfully, but these errors were encountered:
Hi, sorry I didn't see this earlier. You can provide it after the name of the row with a --#:
!import-table --Some Table --show !import-table-item --Some Table --Some Row weighted 3 --3 !import-table-item --Some Table --Some Row weighted 1
If you then executed [[ 1t[Some Table]]], you'd get the 3 weighted row 3 in 4 times and the 1 weighted row 1 in 4 times.
[[ 1t[Some Table]]]
Check !import-table --help for more details.
!import-table --help
Sorry, something went wrong.
No branches or pull requests
How do you include weight to the item you are importing?
The text was updated successfully, but these errors were encountered: