source |
---|
async function getTitle(url) {
const response = await fetch(`https://api.allorigins.win/get?url=${encodeURIComponent(url)}`)
const { contents } = await response.json()
source |
---|
async function getTitle(url) {
const response = await fetch(`https://api.allorigins.win/get?url=${encodeURIComponent(url)}`)
const { contents } = await response.json()
name: Lumen | |
on: [push] | |
permissions: | |
contents: write | |
jobs: | |
lumen: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build notes.json |
import {ThemeProvider, theme} from '@primer/components' | |
import deepmerge from 'deepmerge' | |
const customTheme = deepmerge(theme, { | |
colorSchemes: { | |
light: { | |
colors: { | |
text: { | |
link: 'your color here' | |
} |
foo |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |