This file contains 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
---@diagnostic disable: missing-fields, inject-field | |
---@type wk.Plugin | |
local M = {} | |
M.name = "jumplist" | |
M.mappings = { | |
icon = { icon = " ", color = "orange" }, | |
plugin = "jumplist", | |
{ "~", desc = "jumplist" }, | |
} | |
M.cols = { |
This file contains 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
"editor.tokenColorCustomizations": { | |
"[Community Material Theme]": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment", | |
], | |
"settings": { | |
"foreground": "#6a737d", | |
"fontStyle": "italic" |
This file has been truncated, but you can view the full file.
This file contains 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
{ | |
"formatName": "dexie", | |
"formatVersion": 1, | |
"data": { | |
"databaseName": "keyval-store", | |
"databaseVersion": 0.1, | |
"tables": [ | |
{ | |
"name": "keyval", | |
"schema": "", |
This file contains 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
<body | |
class="modal-open" | |
style="padding-right: 0px;" | |
> | |
<div | |
aria-hidden="true" | |
/> | |
<div | |
class="fade modal-backdrop show" | |
/> |
This file contains 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
[ | |
{ | |
"data": [ | |
{ | |
"id": "1321111764851920902", | |
"created_at": "Oct 27, 2020", | |
"tweet": "I just published a podcast with Seth Godin.<br /><br />Seth is one of my all-time favorite writers, and the author of 19 books.<br /><br />Here's what we talked about:<br />∙ Shipping every day<br />∙ Creating writing rituals<br />∙ Different approaches to online learning<br /><br />", | |
"linkWithImage": { | |
"expanded_url": "https://www.perell.com/podcast/seth-godin-writing-every-day", | |
"images": [ |
This file contains 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
https://twitter.com/p_millerd/status/1327104762127519744?s=2 |
This file contains 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
const twit = { name: 'Proful', followers: 1483} | |
console.log(Object.entries(twit)) | |
Object.entries(twit).forEach(([key,value],index) => { | |
console.log(`${index}. ${key} => ${value}`) | |
}) |
This file contains 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
var twit = { name: 'Proful' } | |
var insta = twit | |
twit.followers = twit = { count: 1400 } | |
console.log(twit) | |
console.log(insta) |
This file contains 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
{ | |
"name": "payment::refund", | |
"accountId": "TAKINGSHAPE", | |
"retailerId": "3", | |
"entityId": "50489e49-9e6e-4070-b69d-988c55feda3b", | |
"entityRef": "1e2e32c8-1483-46ba-96e0-e67e17db2103", | |
"entityType": "CREDIT_MEMO", | |
"entitySubtype": "DEFAULT", | |
"type": "NORMAL", | |
"attributes": { |
NewerOlder