This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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== |
OlderNewer