Tom Moor
Tom Moor
> Think it is can be environment based issue. Most likely, we've had no complaints on the cloud-hosted version. Without some reproduction data we won't really be able to debug...
All headings are collapsible, try creating a `#### Heading 4` for example?
Not really high priority as you can use collapsed headings for this today, eg create a small heading (H4) by typing "#### " and then collapse it to hide the...
It's going to happen
See previous discussion: https://github.com/outline/outline/issues/826
> I'm not sure what to do with WebpackPwaManifest I'm not sure there is anything you _can_ do as webpack is build-time and the `URL` configuration is runtime, it may...
Hi @frankli0324 – these changes look well considered, but unfortunately they are not compatible with custom domain names per-team which we support in the cloud-hosted version of Outline. The custom...
One way to support both might be to create a `relativePath` helper that would parse `env.URL` at startup and prefix the pathname, eg. ``` env.URL = "https://mycompany.com/wiki" relativePath("/static/worker.js") -> "/wiki/static/worker.js"...
Not sure if you wanted to take this one across the finish line based on the above suggestion?
I don't see the CLI as being needed, the first ever sign-in on self-hosted automatically creates the team and becomes admin already. I see something like this as a bare...