this post was submitted on 16 Aug 2026
594 points (99.0% liked)
Open Source
48669 readers
712 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'll warn you now it can get a little tedious, because you refer to the data in a spreadsheet like referencing variables in a Python script. In most fields you can type in a dimension, you can click a formula button or hit the = key and then type in a formula. Or you can reference a cell in a spreadsheet. that might look like "=spreadsheet.A4" for the contents of cell A4.
That isn't very readable and I don't trust it not to break if you add rows or columns or whatever, so there's an Alias function. You can give each individual cell a name. Which is slow and tedious. In the Addon Manager you'll find some macros, one called EasyAlias which, select a cell, click the EasyAlias button, and the cell to the right of your selected cell gets the contents of the selected cell as an alias. In other words, if Column B is a bunch of labels and column C is the actual data, highlighting B2-B17 and clicking the EasyAlias button will automatically alias C2-C17. That feature should be built-in. There's also a macro for clicking a dimension, clicking a sketch feature, and then semi-automatically applying a dimension. It's slightly temperamental but it works faster than typing "Dimensions.notch_height" over and over.
That's very helpful, thanks