Skip to content

Commit 3c63a55

Browse files
committed
chore: rename references and update related links
1 parent b7a94e3 commit 3c63a55

File tree

13 files changed

+75
-124
lines changed

13 files changed

+75
-124
lines changed

README.md

Lines changed: 19 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- Header -->
22
<div align="center" style="margin-top: 120px">
3-
<a href="https://haptic.md/app">
3+
<a href="https://omnipad-web.vercel.app/">
44
<img
55
src="./.github/assets/icon.svg"
6-
alt="Haptic"
6+
alt="omnipad"
77
height="100"
88
/>
99
</a>
1010

11-
<h3 align="center">Haptic
11+
<h3 align="center">Omnipad
1212
</h3>
1313
<b>
14-
Open-Source markdown editor - your new home for notes
14+
Your secure haven for private notes taking and task management
1515
</b>
1616
</div>
1717

@@ -20,33 +20,31 @@
2020
<a href="https://haptic.md"><strong>Learn more »</strong></a>
2121
<br />
2222
<br />
23-
<a href="https://github.com/chroxify/haptic/tree/main#introduction">Introduction</a>
23+
<a href="https://github.com/iBz-04/omnipad/tree/main#introduction">Intro</a>
2424
·
25-
<a href="https://github.com/chroxify/haptic/tree/main#tech-stack">Tech Stack</a>
25+
<a href="https://github.com/iBz-04/omnipad/tree/main#tech-stack">Tech Stack</a>
2626
·
27-
<a href="https://github.com/chroxify/haptic/tree/main#deploy-your-own">Deploy Your Own</a>
27+
<a href="https://github.com/iBz-04/omnipad/tree/main#roadmap">To do</a>
2828
·
29-
<a href="https://github.com/chroxify/haptic/tree/main#roadmap">Roadmap</a>
30-
·
31-
<a href="https://github.com/chroxify/haptic/tree/main#contributing">Contributing</a>
29+
<a href="https://github.com/iBz-04/omnipad/tree/main#contributing">Contributing</a>
3230
</p>
3331
</p>
3432

3533
<p>
36-
<a href="https://haptic.md/app">
34+
<a href="https://omnipad-web.vercel.app/">
3735
<picture>
3836
<source media="(prefers-color-scheme: dark)" srcset="./.github/assets/haptic-dark.png">
3937
<source media="(prefers-color-scheme: light)" srcset="./.github/assets/haptic-light.png">
40-
<img alt="Haptic" src="./.github/assets/haptic-dark.png">
38+
<img alt="omnipad" src="./.github/assets/haptic-dark.png">
4139
</picture>
4240
</a>
4341
</p>
4442

4543
## Introduction
4644

47-
Haptic is a new local-first & privacy-focused, open-source home for your markdown notes. It's minimal, lightweight, efficient and aims to have _all you need and nothing you don't_.
45+
Omnipad is a fast, localized, and privacy-focused notes app and task management app, designed for simplicity and distraction-free productivity.
4846

49-
If you'd like to learn more about Haptic, why it's being built, what its goals are and how it differs from all the other markdown editors out there, you can read more about it [here](https://haptic.md/app).
47+
If you'd like to learn more about omnipad, why it's being built, what its goals are and how it differs from all the other markdown editors out there, you can read more about it [here](https://omnipad-home.vercel.app/).
5048

5149
## Tech Stack
5250

@@ -57,56 +55,28 @@ If you'd like to learn more about Haptic, why it's being built, what its goals a
5755
- [Shadcn/ui](https://www.shadcn-svelte.com/) – Component Library
5856
- [Vercel](https://vercel.com/) – Hosting
5957

60-
## Deploy Your Own
61-
62-
If you're interested in self-hosting your own web instance of Haptic, you can do so with these two options:
63-
64-
### Vercel
65-
66-
You can one-click deploy your own instance of Haptic on Vercel. Just click the button below and follow the instructions:
67-
68-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/chroxify/haptic&project-name=haptic-web&repository-name=haptic-web&root-directory=apps/web)
69-
70-
### Docker
7158

72-
1. Pull the image from the docker hub
59+
## To do
7360

74-
```bash
75-
docker pull chroxify/haptic-web:latest
76-
```
61+
Omnipad is still in under development. Here are some of the features planned for the future:
7762

78-
2. Run the container
79-
80-
```bash
81-
docker run -d -p 3000:80 chroxify/haptic-web:latest
82-
```
83-
84-
3. Visit `http://localhost:3000` in your browser
85-
86-
## Roadmap
87-
88-
Haptic is currently still in active development. Here are some of the features planned for the future:
89-
90-
- [ ] Haptic Sync - Sync your notes across devices
63+
- [ ] Omni Sync - Sync your notes across devices
9164
- [ ] Note sharing - Share single notes or entire collections via link
9265
- [ ] Mobile support for the web app - Currently dependent on PGlite support for mobile
9366
- [ ] Native mobile apps for iOS & Android
9467
- [ ] Windows & Linux support for the desktop app
9568

96-
and much much more, so stay tuned!
9769

9870
## Contributing
9971

100-
We would love to have your help in making haptic better!
101-
10272
Here's how you can contribute:
10373

104-
- [Report a bug](https://github.com/chroxify/haptic/issues/new?labels=bug) you found while using Haptic
105-
- [Request a feature](https://github.com/chroxify/haptic/issues/new?labels=enhancement) that you think will be useful
106-
- [Submit a pull request](https://github.com/chroxify/haptic/pulls) if you want to contribute with new features or bug fixes
74+
- [Report a bug](https://github.com/iBz-04/omnipad/issues/new?labels=bug) you found while using Omnipad
75+
- [Request a feature](https://github.com/iBz-04/omnipad/issues/new?labels=enhancement) that you think will be useful
76+
- [Submit a pull request](https://github.com/iBz-04/omnipad/pulls) if you want to contribute with new features or bug fixes
10777

10878
## License
10979

110-
Haptic is licensed under the [GNU Affero General Public License Version 3 (AGPLv3)](https://github.com/chroxify/haptic/blob/main/LICENSE).
80+
Omnipad is licensed under the [GNU Affero General Public License Version 3 (AGPLv3)](https://github.com/iBz-04/omnipad/blob/main/LICENSE).
11181

11282
---

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"distDir": "../build"
88
},
99
"package": {
10-
"productName": "Haptic",
10+
"productName": "Omnipad",
1111
"version": "0.1.4"
1212
},
1313
"tauri": {
@@ -67,7 +67,7 @@
6767
},
6868
"windows": [
6969
{
70-
"title": "Haptic",
70+
"title": "Omnipad",
7171
"width": 1020,
7272
"minWidth": 800,
7373
"height": 750,

apps/desktop/src/lib/components/layout/footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</Button>
6565
</Tooltip>
6666

67-
<Tooltip text="Haptic Sync">
67+
<Tooltip text="Omni Sync">
6868
<Button
6969
size="icon"
7070
variant="ghost"

apps/desktop/src/lib/components/settings/appearance.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import Icon from '../shared/icon.svelte';
88
import Tooltip from '../shared/tooltip.svelte';
99
10-
let selectedTheme = { value: 'haptic', label: 'Haptic' };
10+
let selectedTheme = { value: 'haptic', label: 'Omnipad' };
1111
let selectedFont = { value: 'inter', label: 'Inter' };
1212
</script>
1313

@@ -70,7 +70,7 @@
7070
<Select.Value class="text-sm text-foreground/85">{selectedTheme.label}</Select.Value>
7171
</Select.Trigger>
7272
<Select.Content>
73-
<Select.Item value="haptic">Haptic</Select.Item>
73+
<Select.Item value="haptic">Omnipad</Select.Item>
7474
</Select.Content>
7575
</Select.Root>
7676
<Button

apps/desktop/src/lib/components/shared/command-menu/command.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,18 +303,18 @@
303303
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:text-foreground [&>*]:fill-foreground/50 [&>*]:aria-selected:fill-foreground"
304304
value="sponsor"
305305
onSelect={() => {
306-
browserOpen('https://go.haptic.md/sponsor');
306+
browserOpen('https://omnipad-home.vercel.app//sponsor');
307307
handlePageState(undefined);
308308
}}
309309
>
310310
<Icon name="heart" />
311-
Sponsor Haptic
311+
Sponsor Omnipad
312312
</Command.Item>
313313
<Command.Item
314314
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:text-foreground [&>*]:fill-foreground/50 [&>*]:aria-selected:fill-foreground"
315315
value="help"
316316
onSelect={() => {
317-
browserOpen('https://go.haptic.md/help');
317+
browserOpen('https://omnipad-home.vercel.app//help');
318318
handlePageState(undefined);
319319
}}
320320
>
@@ -326,7 +326,7 @@
326326
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:text-foreground [&>*]:fill-foreground/50 [&>*]:aria-selected:fill-foreground"
327327
value="feedback"
328328
onSelect={() => {
329-
browserOpen('https://go.haptic.md/feedback');
329+
browserOpen('https://omnipad-home.vercel.app/feedback');
330330
handlePageState(undefined);
331331
}}
332332
>
@@ -340,7 +340,7 @@
340340
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:text-foreground [&>*]:fill-foreground/50 [&>*]:aria-selected:fill-foreground"
341341
value="copy_link"
342342
onSelect={() => {
343-
navigator.clipboard.writeText('https://haptic.md');
343+
navigator.clipboard.writeText('https://omnipad-home.vercel.app/');
344344
handlePageState(undefined);
345345
}}
346346
>
@@ -351,8 +351,8 @@
351351
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:stroke-foreground [&>*]:stroke-foreground/50 [&>*]:stroke-[2px]"
352352
value="share_on_twitter"
353353
onSelect={() => {
354-
// Text: Check out this awesome open-source, local-first note-taking app I found! \n\nhttps://haptic.md by @chroxify
355-
browserOpen('https://go.haptic.md/tweet');
354+
// Text: Check out this awesome open-source, local-first note-taking app I found!
355+
browserOpen('https://omnipad-home.vercel.app/tweet');
356356
handlePageState(undefined);
357357
}}
358358
>

apps/homepage/src/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Open Graph / Facebook -->
99
<meta property="og:type" content="website" />
10-
<meta property="og:url" content="https://haptic.md/" />
10+
<meta property="og:url" content="https://omnipad-home.vercel.app/" />
1111
<meta property="og:title" content="Omnipad - Your private markdown sanctuary" />
1212
<meta
1313
property="og:description"
@@ -17,7 +17,7 @@
1717

1818
<!-- Twitter -->
1919
<meta property="twitter:card" content="summary_large_image" />
20-
<meta property="twitter:url" content="https://haptic.md/" />
20+
<meta property="twitter:url" content="https://omnipad-home.vercel.app/" />
2121
<meta property="twitter:title" content="Omnipad - Your private markdown sanctuary" />
2222
<meta
2323
property="twitter:description"

apps/homepage/src/routes/+layout.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta property="og:site_name" content="Omnipad" />
2424
<meta property="og:locale" content="en" />
2525
<meta property="og:type" content="website" />
26-
<meta property="og:url" content="https://haptic.md/" />
26+
<meta property="og:url" content="https://omnipad-home.vercel.app/" />
2727
<meta property="og:title" content="Omnipad - Your private markdown sanctuary" />
2828
<meta
2929
property="og:description"
@@ -36,7 +36,7 @@
3636

3737
<!-- Twitter -->
3838
<meta property="twitter:card" content="summary_large_image" />
39-
<meta property="twitter:url" content="https://haptic.md/" />
39+
<meta property="twitter:url" content="https://omnipad-home.vercel.app/" />
4040
<meta property="twitter:title" content="Omnipad - Your private markdown sanctuary" />
4141
<meta
4242
property="twitter:description"
@@ -54,7 +54,7 @@
5454
<header class="flex items-center justify-between w-full h-16 z-10 max-w-screen-2xl">
5555
<!-- Logo & Name -->
5656
<a class="flex items-center justify-center gap-2" href="/">
57-
<img src="/icon.svg" alt="Haptic" class="w-9 h-9 border border-border/80 rounded-lg" />
57+
<img src="/icon.svg" alt="omnipad" class="w-9 h-9 border border-border/80 rounded-lg" />
5858
<span class="text-xl sm:text-2xl font-medium text-foreground font-['Gambarino-Regular']"
5959
>Omnipad</span
6060
>

apps/homepage/src/routes/download/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
class="shrink-0 mb-6 sm:mb-10 overflow-clip shadow-lg outline outline-1 outline-gray-300/40 border-[5px] md:border-8 border-white/20 sm:h-fit sm:w-fit h-[120px] w-[120px] rounded-[31px] sm:rounded-[52px]"
9292
>
9393
<img
94-
alt="Haptic Logo"
94+
alt="Omnipad Logo"
9595
loading="lazy"
9696
width="180"
9797
height="180"

apps/web/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# create-svelte
2-
3-
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
4-
5-
## Creating a project
6-
7-
If you're seeing this, you've probably already done this step. Congrats!
8-
9-
```bash
10-
# create a new project in the current directory
11-
npm create svelte@latest
12-
13-
# create a new project in my-app
14-
npm create svelte@latest my-app
15-
```
16-
171
## Developing
182

193
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

apps/web/src/lib/components/layout/header.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
{$collection?.split('/').pop() || ''}
1414
</p>
1515
<div class="flex gap-1">
16-
<a href="https://go.haptic.md/github" target="_blank" rel="noopener noreferrer">
16+
<a href="https://github.com/iBz-04" target="_blank" rel="noopener noreferrer">
1717
<Button variant="secondary" size="sm" scale="sm" class="rounded-full h-[27px] px-2.5"
18-
>Star on Github</Button
18+
>Github</Button
1919
>
2020
</a>
21-
<a href="https://go.haptic.md/download" target="_blank" rel="noopener noreferrer">
22-
<Button size="sm" scale="sm" class="rounded-full h-[27px] px-2.5">Download</Button>
21+
<a href="https://omnipad-home.vercel.app" target="_blank" rel="noopener noreferrer">
22+
<Button size="sm" scale="sm" class="rounded-full h-[27px] px-2.5">Home</Button>
2323
</a>
2424
</div>
2525
</header>

0 commit comments

Comments
 (0)