mmagnus / Pocket-Plus-Calibre-Plugin

📚 Modified version of the Calibre plugin for Pocket. Now, you get your articles organized by your Pocket tags, and more!
269 stars 24 forks source link

Fix missing titles #22

Closed mmagnus closed 4 years ago

mmagnus commented 4 years ago

It will be because auto_cleanup is removing it, either dont use auto_cleanup or add auto_cleanup_keep

from kovid@kovidgoyal.net

Monirzadeh commented 4 years ago

clean_up use caliber to clean the web view? what do think about this solution?

mmagnus commented 4 years ago

@Monirzadeh yeah, something like that.. or just a simple hack to copy from the article into the main text to create < h1>, I hacked something like this.. but still it's super ugly. I think that would be enough, the script by itself deals with most of the pages very well, in my opinion.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>