Thomas M. Edwards

Results 75 issues of Thomas M. Edwards

Allow decompiling input sources to multiple files. Possible options: * One file per passage. * One file per passage type—i.e., script, stylesheet, regular. Questions: * Should scripts and stylesheets decompile...

enhancement
todo
investigate

Add the Apple M1 architecture to the list of pre-built release targets.

enhancement
todo

The basic source file directory and module source file directory should not commingle—i.e., not be the same, nor one be a descendant of the other. Any such occurrence should generate...

Rework watch mode messages to be a bit clearer. In particular, the build message could use a completion notice.

enhancement

What it says on the tin. Perhaps something like `--init`?

enhancement
todo

Enable decompilation of source files compiled into the document head via the module option (`-m, --module`). This very likely will not be backwards compatible with current files, but will still...

enhancement
todo

### Original request (from the old Bitbucket repo): > Would it be possible to enable output of a source map for the compiled processed javascript/CSS? > > https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map > >...

enhancement

Investigate the possibility of loading Twine 1 `.tws` files, which are Python pickles. In particular, check on the status of the [ogórek pickle en-/de-coding package](https://github.com/kisielk/og-rek/). It looks to have undergone...

enhancement
investigate

The following apparently causes the external link symbol to appear on the anchors. Verify and investigate. ```html Clothes Accessories ```

done

From the *Twine Games* Discord: > I finally have a screenshot of that weird spacing issue I've encountered in some Sugarcube projects I've made. I'm able to consistently recreate it...

bug
todo
investigate