Bauyrzhan Yessetov

Results 91 comments of Bauyrzhan Yessetov

Maybe rename: **Set preview mode as default for view-only users in MD files**

@o1egl, @hacdias, @Equim-chan, please merge this PR. I would like to use it in the user manuals

@hkclark This feature has already been implemented in this fork. https://github.com/gtsteffaniak/filebrowser

same problem ``` import '../../public/fonts/Roboto-Regular-normal'; const ProposalTable = () => { const generatePDF = () => { const doc = new jsPDF({ orientation: 'landscape', unit: 'mm', format: 'a4' }); //...

solved: helped `fontStyle: 'normal',` styles: { font: 'Roboto-Regular', fontStyle: 'normal', fontSize: 10, cellPadding: 2, minCellHeight: 30 }, headStyles: { font: 'Roboto-Regular', fontStyle: 'normal', fillColor: [100, 100, 100], minCellHeight: 0 },

Same for - `Toggle single click` - `Toggle sticky sidebar` - `Switch view` - `Toggle dark mode` - `Select multiple` - `Whole side bar` - allow hide sidebar But allow...

But `Whole sidebar` is not suitable, so here is the source selector.

a very simple approach is to assign a unique class name to each element and hide it using custom CSS.

I'd like to keep the interface minimalistic. In my case, 80% of the time, the app is primarily used for sharing files with users, but not through the "share" button,...

Here is my related issue on the original repository: https://github.com/filebrowser/filebrowser/issues/2604 🪦