Lucas Hudson

Results 25 comments of Lucas Hudson

Should be fixed now in 969e3c64b7218bdcdf329f5c982ef4d95662563c

You can already type T to select a task by typing...

I get this also. ## First time runs fine, but with warnings: ``` [ ] 0% () WEBPACK Compiling... [=========================] 99% (done) WEBPACK Compiled with 8 warning(s) Warning in ./node_modules/@babel/core/lib/config/files/configuration.js...

More info: This: ``` css @media screen and (max-width: 1000px) { #hello { color: blue; } #hello #buddy { background: red; } } ``` Generated this, which made me queasy...

FYI, the spelling is palette, but there's no results for that, either. :+1: for either a command palette, or _slash commands_ (like in GitLab) Particularly useful (for me) to be...

Re this: > #page -> Doesn't make sense in context of web media > #pagebreak -> Same as #page There are CSS `page-break` and `@page` properties which could be useful...

_bump_ I too would love to see this implemented

Would this sort of construction be more appropriate? ```typst #locate(loc => { Text size at this location is #get (loc, text(size)) }) ```

In theory this should work, yes. I haven't checked the other plugin, it is probably a newer, and better-maintained version of the same concept?

Does this occur when you have a project open? Or when editing a file without a project?