Philip Edwards

Results 8 comments of Philip Edwards

Interesting! I installed last night, I'll check again. I'm using BRAT for the first time (and I'm not too sure what I'm doing), so that might be a factor.

I ran the update command on BRAT again after my last comment, and haven't seen the problem since. I guess that's good? Though it's mysterious. I'll keep using it and...

Ok, I'm seeing the issue again. Often, scenes are disappearing from "folded" lists in the outline. In fact, I can pretty reliably disappear scenes using either of these methods: 1....

I found a fix for this! **Edit:** Wrote about it below.

**[Scenes under collapsed scenes get lost](https://github.com/kevboh/longform/issues/92#issuecomment-1221906156):** When Sortable.js serializes with [toArray()](https://github.com/SortableJS/Sortable/blob/master/src/Sortable.js#L1584-L1586), it does so by reading back the items from the DOM to determine order. - `` calls toArray [here,...

Hi @kevboh! Found a problem and a solution. I noticed that renaming files from the Scene list **didn't automatically update links**. ("Updated X links in Y files"). **Simple fix**: in...

In case it helps anyone, you can accomplish something similar by using spaces *inside* your comments. ```ts var a = 1; // comment1 var bb = 22; // comment2 ```

I'd use a `--no-add` flag as well. Use case: I want to provide a tool for my team to format all the files with staged changes, with the following caveats:...