Show all files in database
zyph00 opened this issue ยท 9 comments
Is it possible to show all files in the database? We would like to host it in our company an so everyone should see all created file and do not have to ask for urls or whatever.
Thank you for your answer.
Right now that's not possible. I think there was a fork implementing such a feature but I'm not sure it worked out works. It would probably be a nice feature, so if you want to implement it, go for it :) we would love to see it
If anyone decides to implement this, I think extending #442 and building a UI to share folders between users is a good starting point.
Hi @thmspl
This feature have been implemented as part of the overview page in the Enterprise Edition.
You could try it here: https://demo.hackmd.io
@jackycute Thank you for the hint! But I solved it by my self. I changed the history function a little bit so that the history returns all notes from the db. It's working for me.
@thmspl could you please post your changes here? Cheers!
This feature have been implemented as part of the overview page in the Enterprise Edition.
Is CodiMD now Open Core? Or am I missing something.
I was missing, that that's pre-CodiMD. Will you contribute that functionality to CodiMD?
Is CodiMD now Open Core? Or am I missing something.
@ibotty See: https://github.com/hackmdio/codimd#hackmd-ce-became-codimd
Will you contribute that functionality to CodiMD?
Since it's a HackMD functionality and CodiMD is basically independent, probably not. But we currently work on some interesting parts that may lead towards this direction: #952
Help is always welcome so feel free to to join us working on these things :) Join us at #codimd:matrix.org and/or to our next community call
@jackycute Thank you for the hint! But I solved it by my self. I changed the history function a little bit so that the history returns all notes from the db. It's working for me.
Could you demonstrate how you solve this? I'm not familiar with JavaScript and tried using SQL Functions and Triggers to no avail.