You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for Static Marks.
I've noticed that my output file is quite large for a few html links, approx. 200 kb.
This could be a problem on small data plans and mobile use, although some of the content might be cached on the mobile.
I have 60+ links in several boxes, however, I wouldn't need the search bar. Also, I don't need the collapse/expand feature for links.
The output file should not be as big as 200 kb, and I think a static html file could be much smaller in file size.
Is it possible to create a more simple static bookmark file, e.g. with command line arguments?
Greetings,
Heiko
The text was updated successfully, but these errors were encountered:
heikoh81
changed the title
Too large Size of bookmark-file
Too large size of bookmark-file
Jan 17, 2023
Hello Heiko,
the default output file is so big because it is a small self-contained app, including React and a few other libraries. With that said, you are free to use a custom template file as described under features. I have provided an example template that is only 4kb big, with ~60 bookmarks it's 8kb big (pre gzip). Use the --template-file [file] flag as documented to pass your template. There's no specific documentation around custom templates, but I'm assuming the example files should be sufficient to come up with your own template if necessary. If you have and issue/question, let me know.
Hi Darek
thanks for Static Marks.
I've noticed that my output file is quite large for a few html links, approx. 200 kb.
This could be a problem on small data plans and mobile use, although some of the content might be cached on the mobile.
I have 60+ links in several boxes, however, I wouldn't need the search bar. Also, I don't need the collapse/expand feature for links.
The output file should not be as big as 200 kb, and I think a static html file could be much smaller in file size.
Is it possible to create a more simple static bookmark file, e.g. with command line arguments?
Greetings,
Heiko
The text was updated successfully, but these errors were encountered: