-
|
If I had the following markdown table, could this plugin sum Jim's values, or sum Paul's values when greater than Jim's?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
yes, depends on how complicated you want to get. You could just reference the md file with the table and then show the sum of the values for both, then you just see which is bigger. Or you could use conditionals in the handlebars template to hide or show depending on which value is greater. |
Beta Was this translation helpful? Give feedback.
-
|
Assuming the table is in a file called QATTISSUE36.md and you had added it in settings to be loaded by the plugin this will show you who has the most values. I left all the details in there, but you can update and modify as needed. |
Beta Was this translation helpful? Give feedback.
Assuming the table is in a file called QATTISSUE36.md and you had added it in settings to be loaded by the plugin this will show you who has the most values. I left all the details in there, but you can update and modify as needed.