Hi, what sort of plugin are you looking to create ? the starting point should be the baserow docs. But if you give me more details about what you’re trying to achieve I can help out.
Initially, I’m trying to create a plugin that imports a todo.txt file into Baserow. Could I create a plugin in baserow to make this work? I say that, from the point of view, the Baserow API allows this, does it allow the upload of specific files?
What you are asking for is possible, however let me ask you the following questions:
are you creating the todo.txt file yourself ? if yes, why not directly start inputting your tasks in baserow ?
would a separate tool communicating with the baserow API work ? it would be much simpler technically.
can you describe what you’re trying to do overall ? there are lots of ways to integrate with baserow, but creating a plugin is not the easiest, it requires development knowledge, so maybe there’s an easier way.