Patrick Kollitsch

Results 54 issues of Patrick Kollitsch

The following code: ``` class Dropdowns extends Menus { use MenuTrait { getToplevelItem as public get; setToplevelItem as public set; } } ``` results in neither the trait methods (getToplevelItem/setToplevelItem)...

Feature

https://frontmatter.codes/docs/custom-actions#updating-the-front-matter says something along the lines of returning a json structure to update the frontmatter. It doesn't work though in my tests. A very simple sample: ``` (async () =>...

Project: v8.1.0

I have a system where my frontmatter.json is built automatically. After I rebuilt my frontmatter.json, while VSCode is open it does not seem to reload the configuration file. "Watch"ing and...

enhancement
Project: v8.1.0

I think I might have come upon a bug. My repo is at https://github.com/davidsneighbour/kollitsch.dev, run `npm install`, `npm run build:frontmatter` to create the frontmatter config. After that try to edit...

bug
Project: v8.1.0

This might be hairsplittingly annoying, but bear with me :) Data and Media are "plural words". Contents and Snippets are definitely plural. Taxonomy is singular. But it shows (if we...

Project: v8.1.0

I would expect the Dashboard > Data view to work according to [the docs for field configurations for strings](https://frontmatter.codes/docs/content-creation/fields#string), as in `single: false` and `wysiwyg: true` resulting in extended text...

enhancement

Using `` it appears that the closing version is displayed as a wide "dashed arrow" (ligature) and the opening version is displayed as is with an opening bracket, exclamation mark...

conflict

To run Giscus while using a CSP I need to add `unsafe-eval` for JS and `unsafe-inline` for CSS. The `unsafe` part says it all ;) Is there any way to...

The articles section is quite long and, with the requirement to add new items to the bottom of the list, not well structured. I propose to add subsections like "templates",...

The workflow script for issues is suboptimal. I can say that without "probably" because the behaviour I am experiencing is, that every day in the morning (UTC+7) exactly 100 issues...

Enhancement