On Wed, Aug 27, 2014 at 4:54 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> Okay, i looked. The numbered outpput is one big PRE block, which means the
> impl would be relatively invasive, adding a DIV wrapper (or table row)
> around each line, visually similar to SBS diffs are done (though they're
> internally much more complex). Hmmmm. Bummer. So any impl would explode the
> output size immensely. i'm not fundamentally against that, but it makes it
> less appealing.
>

Yeah, I saw that before. So I take it JS can't automatically find the
word/number under the cursor. (I've modified existing JS code, even very
complex, but I don't know much about the capabilities and limitations)

Can JS find a "classless" <div> (or <span>) under the cursor?

Or, can JS format: <div class="123">text</div> into "123 text"?

(I am trying to think of ways to minimize the HTML bloat)
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to