--- dump ---
- Activities
- Reading
- Watching
- Completed
- Paused
- Dropped
- Planning
--- dump ---
| ⢀⡀⠀⠀⠀⠀⠀⡄⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀ | |
| ⠀⠀⠀⠀⠀⠀⣏⠓⠒⠤⣰⠋⠹⡄⠀⣠⠞⣿⠀⠀ | |
| ⠀⠀⠀⢀⠄⠂⠙⢦⡀⠐⠨⣆⠁⣷⣮⠖⠋⠉⠁⠀ | |
| ⠀⠀⡰⠁⠀⠮⠇⠀⣩⠶⠒⠾⣿⡯⡋⠩⡓⢦⣀⡀ | |
| ⠀⡰⢰⡹⠀⠀⠲⣾⣁⣀⣤⠞⢧⡈⢊⢲⠶⠶⠛⠁ | |
| ⢀⠃⠀⠀⠀⣌⡅⠀⢀⡀⠀⠀⣈⠻⠦⣤⣿⡀⠀⠀ | |
| ⠸⣎⠇⠀⠀⡠⡄⠀⠷⠎⠀⠐⡶⠁⠀⠀⣟⡇⠀⠀ | |
| ⡇⠀⡠⣄⠀⠷⠃⠀⠀⡤⠄⠀⠀⣔⡰⠀⢩⠇⠀⠀ | |
| ⡇⠀⠻⠋⠀⢀⠤⠀⠈⠛⠁⠀⢀⠉⠁⣠⠏⠀⠀⠀ | |
| ⣷⢰⢢⠀⠀⠘⠚⠀⢰⣂⠆⠰⢥⡡⠞⠁⠀⠀⠀⠀ |
| #!/usr/bin/env PATH=$PATH:/opt/homebrew/opt/node@18/bin node | |
| // Required parameters: | |
| // @raycast.schemaVersion 1 | |
| // @raycast.title Open Logseq Today's JW | |
| // @raycast.mode fullOutput | |
| // Optional parameters: | |
| // @raycast.icon 📆 |
| import jsonData from './developer-productivity.json' | |
| const data = jsonData as Welcome; | |
| export interface Welcome { | |
| course: string; | |
| url: string; | |
| chapters: Chapter[]; | |
| } |
| /* Emojify! | |
| Popular services like Slack and Github allow for emoji shortscodes, meaning | |
| and automatically replace that word with an emoji. | |
| These shortcodes allow users to add an emoji to their messages by typing a | |
| code rather than searching for an emoji from a list. | |
| they will detect when a word in a sentence begins and ends with a colon (:)For example, typing :smile: will replace that text with 😊 |
| import SwiftUI | |
| import PlaygroundSupport | |
| struct ContentView: View { | |
| var body: some View { | |
| VStack { | |
| HStack { | |
| Image(uiImage: #imageLiteral(resourceName: "Fif9dcDXEAAJ1Ul.jpeg")) | |
| .resizable() | |
| .scaledToFit() |
I hereby claim:
To claim this, I am signing this object:
I can't upload the image assets I use here in gist so I'll just upload it on imgur.com