ttscoff / bunch

Documentation repository for Bunch.app
https://bunchapp.co
116 stars 5 forks source link

Waiting Snippets don't wait #318

Closed LeonardoGentile closed 9 months ago

LeonardoGentile commented 9 months ago

As per the title, I have this config:

---
title: Finder quadrant
sequence: sequential
---
@@

Finder
- XX
- ~
- ~/Downloads
- ~/Movies
- ~/Pictures

    <<#waiting1

---
[waiting1]
* tell application "Moom" to arrange windows according to snapshot "finder-quadrant"

The finder windows are created but either:

If I manually trigger the snapshot from Moom then it works as intended.

If instead of the waiting snippet I just put this line at the end of the bunch then it works (removing separators and embedded snipptes)

* tell application "Moom" to arrange windows according to snapshot "finder-quadrant" ~5

Also adding a pause to a standard embedded snippet doesn't work:

---
title: Finder quadrant
sequence: sequential
---
@@

Finder
- XX
- ~
- ~/Downloads
- ~/Movies
- ~/Pictures

<<#waiting1 ~5

---
[waiting1]
* tell application "Moom" to arrange windows according to snapshot "finder-quadrant"

Version 1.4.17 (180) Ventura 13.6.3 (22G436)

Moom 3.2.25

LeonardoGentile commented 9 months ago

Ok, apparently a syntax error, the separator should be ___ and not --- Also the snippets headers should be something similar to this ###[waiting1]