Rich

Results 33 comments of Rich

> Is this valuable as a feature? Yes. > How do we think it should pass timeouts around the tree? Dunno; having a play now. > Is the above syntax...

+1 to this.

Overholt uses [Alembic](http://alembic.zzzcomputing.com/en/latest/). Running the Alembic [migrations](http://alembic.zzzcomputing.com/en/latest/tutorial.html#running-our-first-migration) should do the trick. ``` alembic upgrade head ```

_Tetelestai!_ https://github.com/user-attachments/assets/008d8cf8-c1ff-43f4-bdae-93f2009650a6 I think that's all of the transforms implemented locally. Now we just need to get them through code review, actually decide on the design and order of the...

It's not obvious to see in this video but the `Zap gremlins` transform is removing soft-hyphens (and other control characters). * Run `Remove line breaks` ➡️ this leaves soft-hyphens *...

Love it @wideaperture ✌️ It's immediately thrown up stuff 🥳 For example, the excerpt from Evans and Ludgren's _No Heavenly Bodies_ includes some unwanted line breaks... I ran the command...

> However, I am very lost with regards to the various pull requests you opened, @richdouglasevans -- could you provide me with a sorted list in which order I should...

I've updated the single existing PR with another commit. * #5701 I've done another commit as opposed to another PR because this work is still "up in the air" about...

Right, all the transforms are "in" locally. ``` $ git lp 0f945c35d9dc6fd3f8afe8afd0369ce6f75a9c1a (HEAD -> 5659-automate-text-transforms) feat: add transform to title-case text bddf3a004dbdf43e377361e79c3f27abd46be111 feat: add transform to zap gremlins 694ee7afeead1041e5947932be308c13a0b019d1 feat:...

Alright, I have updated the existing PR to include all of the transforms: * https://github.com/Zettlr/Zettlr/pull/5701 Here's a video showing all the transforms in action. (Bar _Zap gremlins_.) https://github.com/user-attachments/assets/8e8269de-55dd-4eda-867d-027c19a166ba