Logo
Explore Help
Sign In
renun/NetNewsWire
1
0
Fork 0
You've already forked NetNewsWire
mirror of https://github.com/Ranchero-Software/NetNewsWire synced 2025-08-12 06:26:36 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
b3f736f899dc0dbcce6dac90455dcf3287c362e2
NetNewsWire/Mac/MainWindow/Detail/page.html

14 lines
229 B
HTML
Raw Normal View History

Render with evaluateJavaScript. Replaced loadHTMLString based rendering for improved performance.
2019-09-18 22:03:23 -07:00
<html>
Standardize on tabs
2020-01-30 06:18:56 -06:00
<head>
Put <title> and <base> in the <head> instead of <body> This also means renderHTML() is no longer needed.
2020-01-30 06:10:45 -06:00
<title></title>
<base href="">
Standardize on tabs
2020-01-30 06:18:56 -06:00
<style>
</style>
<script src="main.js"></script>
<script src="main_mac.js"></script>
#554 newsfoot.js and css are included in the page These changes are the bare minimum required to get footnotes to appear and function on the article page. * The newsfoot.js script now wraps everything in an IIFE to prevent bleed to other scripts * Stylesheets are included in the main stylesheet, with the colors extracted out into separate selectors Currently missing the arrow pointing to the footnote link, and no consideration exists for mobile presentation beyond a max-width: 100vh on the footnote popover.
2019-09-22 14:06:51 +12:00
<script src="newsfoot.js" async="async"></script>
Standardize on tabs
2020-01-30 06:18:56 -06:00
</head>
<body>
</body>
Render with evaluateJavaScript. Replaced loadHTMLString based rendering for improved performance.
2019-09-18 22:03:23 -07:00
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 42ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API