Skip to content

Instantly share code, notes, and snippets.

View Reedyn's full-sized avatar
🗺️

Gustav Lindqvist Reedyn

🗺️
View GitHub Profile
@Reedyn
Reedyn / userChrome.css
Created May 2, 2023 08:47
Firefox Settings (For use with Sidebery)
/*
* about:config -> toolkit.legacyUserProfileCustomizations.stylesheets : True
* about:support -> Profile Folder -> Open Folder
* Create `chrome` direcory
*/
#TabsToolbar {
visibility: collapse;
}
{
"extends": ["stylelint-config-standard", "stylelint-config-idiomatic-order"],
"fix": true,
"plugins": [
"stylelint-scss"
],
"ignoreFiles": ["**/*.html"],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,

My flavour of IT CSS

Folder structure

Number in front of names to get correct alphabetical sorting.

1.settings
2.tools
3.generic
4.elements
5.objects
6.components
[=== Druid profile ===]
30949F8400524942D72AA4A0641515A3545417B8A4BB8423C407C82699097682
53D0517D849D648AF68A43E8A2EC112BE052903015298E02A42612A8C345A031
948AB882AC64498F84592329A25D945A4DA45A48E52A425662A4AE6A252DE49C
F4415D055A8E8A2528C25A22F4553559C555A44B59A29AEB255291B45941A3BA
490A6D255254B71EF25525A1C42AE035A5C4AA7C40395A8BC88DC8AAFC24D86A
2C96195D82945FA9A213B54DD64167B45FB1968B25D175A406931D37AAA9EA8B
E25ADE420FD948C872147E94A6D3515DE7219160B07F6235311B249877263BF8
581CDB9C4D44CADAA96B385833951CB4C296BDB95441E4B290EC4939377E6563
A4ACB1E0B3C22D238829233951CB4C296BDB1C998AC6884620B0738844C5154C
@Reedyn
Reedyn / constructor.js
Created October 4, 2019 11:08
Constructor function
function constructor(spec) {
let {member} = spec;
const {other} = other_constructor(spec);
const method = () => {
// member, other, method, spec
};
return Object.freeze({
method,
other
<p>Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.</p>
<hr>
<h1 id="heading1">Heading 1</h1>
<h2 id="heading2">Heading 2</h2>
<h3 id="heading3">Heading 3</h3>
<h4 id="heading4">Heading 4</h4>
<h5 id="heading5">Heading 5</h5>
<h6 id="heading6">Heading 6</h6>
<hr>

Keybase proof

I hereby claim:

  • I am reedyn on github.
  • I am reedyn (https://keybase.io/reedyn) on keybase.
  • I have a public key ASAmIm2zdoYlPBohe-uPeszEcVHX1vOOVPej5lWKniPllAo

To claim this, I am signing this object:

My UI

My current UI in a screenshot

  • ElvUI for target/player/focus/boss frames
  • Grid2 for raid and partyframes
  • Clique for certain spells such as innervate and dispel. Most heals are mouseover macros.
  • WeakAuras for cooldown trackers and manabar in middle
  • Details! for combat log
@Reedyn
Reedyn / JSON-LD.html
Last active April 25, 2018 08:38
JSON-LD implementation for Jönköping University Library
<script id="jul-jsonld">
var jsonld = {
"@context": "http://schema.org",
"@id": "http://ju.se/bibliotek",
"@type": "Library",
"name": "Högskolebiblioteket i Jönköping",
"alternateName": "Jönköping University Library",
"address": {
"streetAddress": "Gjuterigatan 5",
"addressLocality": "Jönköping",
@Reedyn
Reedyn / JUL-Buildtools.md
Last active August 29, 2015 14:26
Buildtools and project files for Jönköping University Library development

How to install

  1. Install Gulp dependencies with npm install.
  2. Initialize git with git init.
  3. Create Sass folder structure. (7-1 Pattern).
  4. Run the buildtools with gulp.
  5. Files can be cleaned with csscomb or using the cscomb-feature in Brackets.
  6. Access live preview by clicking the Live Preview link in Brackets.
  7. BrowserSync settings accessed at localhost:3001