appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
491 stars 27 forks source link

Stop showing AceBase console log banner in Chrome DevTools and better Docs #95

Open clibu opened 2 years ago

clibu commented 2 years ago

The AceBase Banner displayed multiple times during app start is annoying and distracting and requires scrolling down to see our actual app logs. Is there a way to stop these displaying. If not can an option please be added. I did look in the doc's and couldn't see anything.

Regarding the Doc's. They are quite cumbersome to use being in the readme file. Separate documentation with a sidebar table of contents would be a huge improvement.

appy-one commented 2 years ago

Hi Neville, great to see you again! I'll take a look.

appy-one commented 2 years ago

I've added a new setting to the constructor function that allows the "banner ad" to be hidden. Check #100 for more info.. Regarding the documentation, can you (or anyone reading this) maybe recommend a good tool to create them with?

clibu commented 2 years ago

Thanks for that. Making it Sponsor only is smart. Re. Doc generators. I've not tried these: https://www.gitbook.com/ seems quite popular. https://readme.com/ looks interesting. https://docsify.js.org/ is another.

appy-one commented 2 years ago

Thanks for your suggestions, I'll check them out!

appy-one commented 1 year ago

Thanks to @etekweb, improved docs are now available at https://appy-one.github.io/acebase/

clibu commented 1 year ago

Even though I don't use AceBase anymore, this is a huge improvement and will hopefully get more people using AceBase.