Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Several improvements around handling CSS and others. #33

Open
wants to merge 50 commits into
base: master
Choose a base branch
from

Commits on Dec 14, 2018

  1. bugfix for Drop Caps

    need to accept "float" CSS attribute.
    Bugfix in including style classes: per tag -  had a <span> inside <p> with same class name.
    miguelitoelgrande authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    820379f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    73a332c View commit details
    Browse the repository at this point in the history
  2. Update extractHtml.js

    some fixes for smaller/more accurate formatting and CSS (experimented with iX Select and Wikipedia pages..
    miguelitoelgrande authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    93c837d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Update extractHtml.js

    experimental stuff to handle CSS (reuse) better - more desciptive class names and easier to merge/modify multiple articles from same site later...
    miguelitoelgrande authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    e514cdf View commit details
    Browse the repository at this point in the history
  2. Create AdditionalCSSstyles_MM.css

    just my personal notebook to keep those for future use
    miguelitoelgrande authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    10b3a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    895d445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e1d35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d2203 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2be4f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e091980 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f985170 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    373ed39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34b6d3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    162ac06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee6000a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a8cac0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    eb70ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d13ba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e065c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b5f958 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. keeping some attributes of tags (e.g. colspan)

    ...useful to retain table layouts as these are not covered with CSS.
    miguelitoelgrande authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    7db15ac View commit details
    Browse the repository at this point in the history
  2. allowing empty <td> elems.

    ... to retain table formatting.
    miguelitoelgrande authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    90b53fc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    7e098a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    592304e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d8afd View commit details
    Browse the repository at this point in the history
  4. Update README.md

    miguelitoelgrande authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    0a435c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e7f8f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. remove redundant style rules

    ..check if parent node has exact same values..
    miguelitoelgrande authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    9780552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3e788 View commit details
    Browse the repository at this point in the history
  3. additional Userscripts

    e.g. to use with Tampermonkey.
    Pre-Processing for cleaner output with save-as-ebook
    miguelitoelgrande authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c68856e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    e6bc34b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c4467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada36c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a4d211 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    b79b20c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35611bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7434ce8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    9ae9fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac0e6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c40ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. added 'display' to CSS attributes

    reason: some paragraphs used as list-items.
    miguelitoelgrande authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    91abe54 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    68a4732 View commit details
    Browse the repository at this point in the history
  2. Rename BI Blogs_ Chris Webb & Kasper On BI.user.js to WordPress Blogs…

    …_ Chris Webb,Kasper On BI, Radacad, etc..user.js
    miguelitoelgrande authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    5895537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    773fba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a19c24 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. handle CSS background-image attribute

    well, first attempt.
    miguelitoelgrande authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    52232ab View commit details
    Browse the repository at this point in the history
  2. huge improvements

    - better image filenames (most cases) - might cause de-dup on name collisions.
    - CSS: background-image and related attributes are now taken over with more fidelity.
    - handle styling of links and other exceptions better (a, strong, em - tags) TODO: need to produce better class names
    miguelitoelgrande authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    970ccad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94a84f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Update README.md

    miguelitoelgrande authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    2915638 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Update extractHtml.js

    added "start" attribute for <ol> lists with explicit numbering
    miguelitoelgrande authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    507b2b8 View commit details
    Browse the repository at this point in the history