onespaceman
onespaceman
Yeah. This is because the triangles height is different from its side length so the matte height != matte length (unlike with square, diamond, circle). Haven't had time to go...
Never even occurred to me since this was the original intent, but it makes sense. The blurs will take some changes because the second polygon is just the border with...
> I've noticed that linking to other pages with the `[hello](somepage)` only works for pages linked to without spaces, so `[hello](some page)` doesn't work, because the underlying markdown parser doesn't...
> Another question is: should attachment links be tagged with `attachment` or e.g. `attachmentlink` or `attachmentLink`. I think it would be useful to reserve `attachment` (the files themselves) and index...
While I'm doing this I'm also adding in updating attachment links on rename/refactor (fixes #733) questions: 1. Should attachment links be changed to be the same as wikilinks where every...
Ok, this turned out to be pretty big, so I did a hard reset and tried to break it into digestible commits. I tried to be as thorough as possible...
I think that covers those issues. let me know if anything else needs changing
That should fix the upload path. I'll fix merge conflicts later.
Embeding page links is the next thing I'm working on. So if you don't mind it doing nothing for a little bit, I'll just leave it as is. I was...
Any interest in reducing the theme to a framework of color variables like so: ``` --bg0: #eff1f5; --bg1: #ccd0da; --bg3: #bcc0cc; --fg2: #6c6f85; --fg1: #5c5f77; --fg0: #4c4f69; --red: #7287fd; --red-dark:...