solid-panes icon indicating copy to clipboard operation
solid-panes copied to clipboard

Pad pane - HTML export of notepad.

Open timbl opened this issue 5 years ago • 4 comments

Add the ability to make an HTML export of the notepad.

timbl avatar Feb 17 '20 20:02 timbl

Great stuff! I'll review https://github.com/solid/solid-ui/pull/206 first and then this one.

michielbdejong avatar Feb 18 '20 09:02 michielbdejong

Now should be just 1 file changed

$ git diff --name-status origin/master
M       src/pad/padPane.ts
$ 

timbl avatar Mar 26 '20 11:03 timbl

Travis reports errors: https://travis-ci.org/github/solid/solid-panes/jobs/667196157#L1546-L1556

ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts(207,21): TS2339: Property 'webOperation' does not exist on type 'Fetcher'. ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts(530,9): TS2540: Cannot assign to 'style' because it is a read-only property. ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts(556,16): TS2540: Cannot assign to 'style' because it is a read-only property.

michielbdejong avatar Mar 26 '20 12:03 michielbdejong

https://github.com/solid/solid-panes/pull/225/files still shows 4 files changed

michielbdejong avatar Mar 26 '20 12:03 michielbdejong