react-logviewer
react-logviewer copied to clipboard
React Lazy LogViewer
Hi, It seems that changing highlight property doesn't update the component. I have a react code like below to scroll AND highlight to the specific line. ``` const [lineNumber, setLineNumber]...
Currently we can use `formatPart` to apply formatting to the "parts" of each line, which seems to be split on whitespace. This seems less useful than providing a `formatLine` option,...
It would be great if the `LazyLog` component could have an optional button to download the logs. This would be more efficient than adding a button outside the component, since...
With body ```text aaa bbb ccc wrap1 'http://bla.alb/add' wrap2 wrap3 [31m[1m>[22m[2m[39m[90m [36mthis[39m[33m.[39mextend([36mthis ``` Once enable links is on there are 3 problems: 1. spaces are introduced and the third text...