jimniels / readlists

A readlist is a mixtape, but for online content.

Home Page:https://readlists.jim-nielsen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom HTML seems to not work.

rouilj opened this issue · comments

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.

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