tomaszkiewicz / obsidian-database-plugin

Enables creating databases based on files in Obsidian - like Dataview, but with editing!
MIT License
160 stars 2 forks source link

Create new row directly within the database table #9

Closed crazymedguy closed 2 years ago

crazymedguy commented 2 years ago

Not sure if this is planned, but being able to create a new file/row directly within the database table would make this really powerful. Also, the ability to move delete rows/files too.

tomaszkiewicz commented 2 years ago

That feature is definitely on my roadmap, however I have to design a consistent way to do so - it's quite easy with directory source, a little bit trickier with tags source (as the content may be overwritten by other plugin like Templater) and quite a challenge for related source (how to link that back to the page? Where to put the link?)

Deleting file on the other hand is quite easy and it will be implemented it in on of the next versions.

tomaszkiewicz commented 2 years ago

Check 1.8.0 version - I've added support for deleting and adding files :)