Giter VIP home page Giter VIP logo

Comments (11)

JayPanoz avatar JayPanoz commented on May 29, 2024

Related: https://twitter.com/Bunker_D_/status/994921740039008256 (sorry, tweet in French)

But you can test the Chrome or Firefox extension.

Unfortunately, I could neither find a repo nor an account so it’s difficult to get insights about this particular feature and its implementation.

Help from @garconvacher to contact the creator of this extension, maybe?

from readium-css.

garconvacher avatar garconvacher commented on May 29, 2024

Oops... I didn't see your request for help before :-/
I'm going to dig.

from readium-css.

JayPanoz avatar JayPanoz commented on May 29, 2024

Thanks @garconvacher 🙏

from readium-css.

JayPanoz avatar JayPanoz commented on May 29, 2024

Did a super quick test with lining.js and results are obviously a lot better since each line is wrapped in a <text-line> element.

capture d ecran 2018-05-31 a 10 09 43

As you can see, works with pagination.

The main caveat though is that you have to modify the DOM and this can possibly screw the CSS cascade + it takes some time to update when resizing the window – it’s pretty visible, I’d say it’s feeling like 1 second or so.

from readium-css.

garconvacher avatar garconvacher commented on May 29, 2024

(Found this tweet from the developer of the DysAide extension. I send him a PM on Twitter with a link to this thread :) )

from readium-css.

danielweck avatar danielweck commented on May 29, 2024

@JayPanoz

The main caveat though is that you have to modify the DOM and this can possibly screw the CSS cascade + it takes some time to update when resizing the window – it’s pretty visible, I’d say it’s feeling like 1 second or so.

Also, modifying the DOM potentially breaks existing CFI references that are used internally to record bookmarks / annotations.

In Readium "1" there is a mechanism / API to blacklist DOM fragments during CFI "processing" (i.e. when a CFI expression is generated from a DOM location / range, and when a DOM location / range is resolved from a CFI expression). If I remember correctly, blacklisted DOM fragments are effectively ignored from the root down (in their entirety), in other words it is not possible to "skip" intermediary wrapping elements such as <text-lines> added by the lining.js utility library.
PS: blacklisted elements are defined via their ID or CSS Selector, and this typically includes well-known items such as the additional HTML markup that can potentially be injected by MathJax.

In Readium2 there is currently no such mechanism at all, ... but then there is no real support for CFI either, yet ;) That being said, readium-desktop currently uses a pseudo-canonical CSS Selector (i.e. not just an ID reference) to record the reading location (DOM element), so modifying the DOM in order to implement special reading system features (such as line-by-line highlighting, page-break formatting, etc.) still has a disruptive ; if not destructive ; effect.

from readium-css.

garconvacher avatar garconvacher commented on May 29, 2024

So, DysAide extension is now Aidodys Free due to a partnership with the Aidodys company.

from readium-css.

JayPanoz avatar JayPanoz commented on May 29, 2024

This has been resolved during today’s engineering call.

Here are the notes:

  • Pushed by associations for dyslexic / dyspraxic people
  • Difficult with CSS (because of columns).
  • With some time, JS and CSS, we could get something. With the code blocks used for highlighting. - Complexity is when there are images or other complex structures.
  • Probably done by others already. Maybe contact Learning Ally, Mobidys.
  • Here’s a proof-of-concept: http://jsfiddle.net/Fptq2/4/
  • MS Immersive Reader SDK is an interesting solution, but not free. https://www.onenote.com/learningtools

So this is out of scope for Readium CSS, and should be handled programmatically.

from readium-css.

HadrienGardeur avatar HadrienGardeur commented on May 29, 2024

Instead of closing this issue, could we move it to the architecture repo? I think that all of these discussions are still relevant to our project.

from readium-css.

JayPanoz avatar JayPanoz commented on May 29, 2024

Ah so I can reopen the issue but not transfer it via the built-in feature.

But someone being an admin in both the ReadiumCSS and Architecture repos should be able to do so.

from readium-css.

HadrienGardeur avatar HadrienGardeur commented on May 29, 2024

Issue moved to readium/architecture #114 via ZenHub

from readium-css.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.