hi,
i am not very smart but say mindmanager have the whole API online:
https://www.mindmanager.com/en/pages/developers/api/20/#Welcome.html
i could figure out which is what with help from AI.
but by google and search in ankiweb forum, i didn’t see it.
Any help?
just say i want to add to the browser a new column,
I completely cant find info on google.
yet, AIs like Claude+ could tell some:
def add_my_column(browser):
browser.cols.append(("My Column", "my_column"))
def my_column(self, c, n):
return "some data"
browser.my_column = my_column
browser.setupColumns()
but i still wish to have the API
where is it?
thanks