I am a developer developing a plugin for bases to control the width behavior of each column without opening the base file.
I can open my base files and manually change the column sizes of each base but it is inconvenient for me. I wish to change the sizes of each column using a modal that can be opened using a menu-item.
I have a few questions regarding this project.
How can I access and use this base file using the Obsidian API?
Below is an image of the base file and the plugin file to manipulate the base file.
Will Obsidian be updating their API to allow developers to add menu items for base-menus?
I have tried all the different context menus but have not found one for bases.
I plan to add a menu item here to modify the size of a single column.
And another menu-item here to modify the sizes of all columns.
Will Obsidian be developing this feature in the future? Should I continue developing this plugin or should I stop?
Here is the settings I came up with yesterday.