mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add subreddit suggestions
This commit is contained in:
parent
c3434e2e9e
commit
ced7722c5f
1 changed files with 13 additions and 1 deletions
14
index.html
14
index.html
|
|
@ -48,7 +48,19 @@
|
|||
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
|
||||
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
||||
['p', { name: 'Pomodoro', url: 'https://pomodoro.xvvvyz.xyz' }],
|
||||
['r', { name: 'Reddit', url: 'https://reddit.com' }],
|
||||
[
|
||||
'r',
|
||||
{
|
||||
name: 'Reddit',
|
||||
suggestions: [
|
||||
'r/r/webdev',
|
||||
'r/r/dataisbeautiful',
|
||||
'r/r/fujix',
|
||||
'r/r/leetcode',
|
||||
],
|
||||
url: 'https://reddit.com',
|
||||
},
|
||||
],
|
||||
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
|
||||
['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }],
|
||||
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue