Age | Commit message (Collapse) | Author |
|
While this system comprehensively covers everything that info cards
did (which was generally smarter hovering logic than newer code for
external icon tooltips), it isn't focus- and touch-capable yet, so
isn't quite done within this commit.
However, the interface this system provides to others is baked and
fully implemented here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use named capturing groups (and non-capturing groups) for
generally better regex form.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...Using maxStringLength, which is more than a bit annoying,
because this isn't the same cut() algorithm we just added,
looks bulkier, and can't be customized. But that's the cost
of using util.inspect() here. It's better than displaying the
entire long string or handling line breaks poorly. FOR NOW.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There's obviously lots of room to do more here, but this is a
simple way to get typical inline contents passing through marked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|