Skip to content

Instantly share code, notes, and snippets.

View dpschen's full-sized avatar

Dominik Pschenitschni dpschen

View GitHub Profile
@tommie
tommie / postcsslocal.ts
Last active September 1, 2023 13:37
A postcss plugin for Vue that adds a :local() pseudo-selector
// A postcss plugin that allows partial-global Vue SFC scoped CSS selectors.
//
// It introduces the :scoped() pseudo-selector. Use this inside Vue's
// :global() to once again make something scoped. This is useful
// e.g. if you have an attribute/class on the html element to select
// theme or locale.
//
// ## Status
//
// This works with (at least) Nuxt 3 on Vue 3.3.4. It has not received much
@Yandrik
Yandrik / vikunja-quick-move-delete.user.js
Last active August 22, 2025 07:38
Vikunja Quick Move / Delete Userscript
// ==UserScript==
// @name Vikunja Quick Project Switch (try.vikunja.io)
// @namespace http://tampermonkey.net/
// @version 1.3
// @description Adds a button to quickly move tasks to other projects, add tags, and delete tasks in Vikunja.
// @author Yandrik
// @match https://try.vikunja.io/*
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
// ==/UserScript==