mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Date updated.
This commit is contained in:
parent
d2ec5f5b06
commit
46d4eb82e7
@ -266,6 +266,7 @@ RV BATTERY RANT
|
|||||||
TAGS : offgrid
|
TAGS : offgrid
|
||||||
NOTE : Rant
|
NOTE : Rant
|
||||||
SEEN : true
|
SEEN : true
|
||||||
|
PROJ : Van
|
||||||
|
|
||||||
HYPER LIGHT DIFFICULTY
|
HYPER LIGHT DIFFICULTY
|
||||||
LINK : https://www.gamasutra.com/view/news/269957/How_Hyper_Light_Drifter_balances_difficulty_with_fairness.php
|
LINK : https://www.gamasutra.com/view/news/269957/How_Hyper_Light_Drifter_balances_difficulty_with_fairness.php
|
||||||
@ -541,7 +542,7 @@ TOP SLATE STAR CODEX
|
|||||||
REVI : true
|
REVI : true
|
||||||
TAGS : psychology, society, research, philosophy
|
TAGS : psychology, society, research, philosophy
|
||||||
|
|
||||||
UNDER THE SKIN: JORDAN PETERSON
|
UNDER THE SKIN: J PETERSON
|
||||||
LINK : https://youtu.be/r2S58rH0PAw?t=1h1m38s
|
LINK : https://youtu.be/r2S58rH0PAw?t=1h1m38s
|
||||||
TYPE : podcast
|
TYPE : podcast
|
||||||
Date : 12018-07-06
|
Date : 12018-07-06
|
||||||
@ -1329,7 +1330,7 @@ LOW TECH MAGAZINE
|
|||||||
TYPE : list
|
TYPE : list
|
||||||
DATE : 12018-07-16
|
DATE : 12018-07-16
|
||||||
SEEN : false
|
SEEN : false
|
||||||
TAGS : history, solarpunk, env
|
TAGS : history, solarpunk, env, offgrid
|
||||||
|
|
||||||
GWERN
|
GWERN
|
||||||
PERS : neauoire
|
PERS : neauoire
|
||||||
@ -1502,4 +1503,49 @@ INTERNAL FLIGHTS
|
|||||||
SEEN : true
|
SEEN : true
|
||||||
REVI : true
|
REVI : true
|
||||||
NOTE : Amaze
|
NOTE : Amaze
|
||||||
|
|
||||||
|
LICENSE ZERO
|
||||||
|
PERS : cblgh
|
||||||
|
SRCE : Merveilles
|
||||||
|
LINK : https://licensezero.com/
|
||||||
|
TYPE : tool
|
||||||
|
DATE : 12018-07-17
|
||||||
|
TAGS : code, web
|
||||||
|
SEEN : true
|
||||||
|
|
||||||
|
CATASTROPHE JOURNAL
|
||||||
|
PERS : cblgh
|
||||||
|
SRCE : Merveilles
|
||||||
|
LINK : https://seths.blog/2018/07/a-catastrophe-journal/
|
||||||
|
TYPE : article
|
||||||
|
DATE : 12018-07-17
|
||||||
|
TAGS : philosophy, psychology
|
||||||
|
SEEN : true
|
||||||
|
|
||||||
|
ZERO CARBON BILL SUB
|
||||||
|
LINK : https://blog.greens.org.nz/2018/06/22/guide-making-submission-zero-carbon-bill/
|
||||||
|
TYPE : tool
|
||||||
|
DATE : 12018-07-17
|
||||||
|
TAGS : env
|
||||||
|
SEEN : true
|
||||||
|
FILE : 12018-07-17_zeroCarbonBill-DiscussionDocument.pdf
|
||||||
|
|
||||||
|
SKY INTERVIEW
|
||||||
|
LINK : http://shareaslicepodcast.com/2016/11/16/sky/
|
||||||
|
TYPE : podcast
|
||||||
|
DATE : 12018-07-17
|
||||||
|
SEEN : true
|
||||||
|
|
||||||
|
LITTLE SOUND DJ
|
||||||
|
LINK : https://www.littlesounddj.com
|
||||||
|
TYPE : tool
|
||||||
|
DATE : 12018-07-17
|
||||||
|
SEEN : true
|
||||||
|
|
||||||
|
COVOX DUBSLIDE
|
||||||
|
LINK : https://www.littlesounddj.com/lsd/sounds/covox_-_dubslide.mp3
|
||||||
|
TYPE : music
|
||||||
|
DATE : 12018-07-17
|
||||||
|
SEEN : true
|
||||||
|
NOTE : Made with LSDJ
|
||||||
`
|
`
|
@ -10,6 +10,7 @@ function Main()
|
|||||||
// SETTINGS
|
// SETTINGS
|
||||||
this.useMasonry = true;
|
this.useMasonry = true;
|
||||||
this.divNamePre = 'item';
|
this.divNamePre = 'item';
|
||||||
|
this.statsNumTags = 10;
|
||||||
|
|
||||||
// MAIN
|
// MAIN
|
||||||
this.install = function()
|
this.install = function()
|
||||||
@ -257,7 +258,7 @@ function Main()
|
|||||||
return second[1] - first[1];
|
return second[1] - first[1];
|
||||||
});
|
});
|
||||||
|
|
||||||
tags = items.slice(0, 5);
|
tags = items.slice(0, this.statsNumTags);
|
||||||
console.log(tags);
|
console.log(tags);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user