Skip to content

Instantly share code, notes, and snippets.

View fondoger's full-sized avatar
😋
Learning...

fondoger

😋
Learning...
View GitHub Profile
@fondoger
fondoger / tidy-tree.md
Last active May 1, 2026 13:32
PR #78 mindmap — tidy-tree layout (mermaid-js render)

Mindmap — tidy-tree

---
config:
  layout: tidy-tree
---
mindmap
  root((Mermaid<br/>Renderer))
 Parsing
@fondoger
fondoger / default.md
Last active May 1, 2026 13:32
PR #78 mindmap — default layout (mermaid-js render)

Mindmap — default

mindmap
  root((Mermaid<br/>Renderer))
    Parsing
      Tokenizer
        Lexer
        Token kinds
 Frontmatter
@fondoger
fondoger / shanbay-app.js
Last active March 9, 2022 02:28
扇贝单词App
// ==UserScript==
// @name 扇贝单词App
// @namespace https://gist.github.com/fondoger/57900fb2a95048075b2c500c265e89b3
// @version 0.1
// @description try to take over the world!
// @author fondoger
// @match https://web.shanbay.com/wordsweb/
// @icon https://assets0.baydn.com/static/img/shanbay_favicon.png
// @grant GM_addStyle
// @require https://code.jquery.com/jquery-2.2.4.min.js
Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression;
choco install vim -y