Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Custom HTML seems to not work. #19

Open
rouilj opened this issue Oct 23, 2023 · 1 comment
Open

Custom HTML seems to not work. #19

rouilj opened this issue Oct 23, 2023 · 1 comment

Comments

@rouilj
Copy link

rouilj commented Oct 23, 2023

I was testing out a copy of https://javascript-for-web-designers.abookapart.com.

When I viewed the exported HTML, I found that I needed the following CSS to make it readable:

img {
  max-width: 100%;
}
pre {
  outline: 1px black solid;
  padding: 1em;
  overflow: auto;
}

I then attempted to create a new copy of the HTML with the CSS placed inside the custom
HTML:

<!DOCTYPE html>
<html>
<head>
<title>
Javascript for Web Designers -- Matt Marquis -- A Book Apart
</title>
<style>
<insert CSS from above here>
</style>
</head>
</html>

I regenerated the HTML and ended with the original title (not the one in the custom HTML)
and no style/css in the head.

Also when I:

  1. saved the Readlist to json,
  2. deleted the readlist and
  3. reloaded the readlist from the json file I had saved

the custom html was not saved.

Am I doing something wrong?

The info dropdown identifies the version of readlists as 4dcaefb.

@rouilj
Copy link
Author

rouilj commented Dec 11, 2023

Ping, any ideas on this or code formating in #18?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant