Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
- I'm not sure how well it would work, but maybe some kind of mini-map view to orient myself instead of just relying on the scrollbars. I love minimap views...
A timing diagram is 2D rendering with the following axis: * **X :** representing time * **Y :** rows representing list of selected signals / bundles Rows * Each signal...
- specify signals group/encoding: a way to specify via cli or file(json or similar) how signal must be grouped/showed, and the encoding you want Zoom to show you. I think...
☯️
:yin_yang: Light on Dark vs. Dark on Light :yin_yang: Most of the interactive waveform viewers use light lines over dark background. Datasheets usually prefer black (dark) lines and text on...
View
Zoom view adds subtree into DOM and handles assotiated events. Here is typical waveform view from GTKWave: Structure * row annotation (text, lines) * background (solid color or grid) [...
Overline is popular text attribute in datasheets. Can be done with CSS: ```css o { text-decoration: overline; } ``` ```html WR ``` missing from markdown CSS can be added as...
If table does not fit into the page, it need to be broken in 2,3,... whatever needed tables. ### Features Before the brake: need to have some sort of 'continued...'...
Put an explicit `note:` designation before each note
[Understanding the Difference between Bookmarks and the Outline in a PDF](https://pspdfkit.com/blog/2019/understanding-pdf-outline) [Creating a Table-of-Contents with PDF.js ](https://medium.com/@csofiamsousa/creating-a-table-of-contents-with-pdf-js-4a4316472fff) https://github.com/mozilla/pdf.js/tree/master/examples/node CreateOptions, addOutline, insertOutline ## Tools ### {Adoc, TOC.json} -> [] -> html1...