Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostdesign/linked
๐งพ Daily journaling without distraction. An easy, distraction-free way to record your thoughts, declutter your mind and keep the things you want to remember. Join the discord at https://discord.gg/uNjJzZvccr
https://github.com/lostdesign/linked
calendar daily electron hacktoberfest journal minimal note-taking notes sponsor tailwindcss thoughts vue yarn
Last synced: 7 days ago
JSON representation
๐งพ Daily journaling without distraction. An easy, distraction-free way to record your thoughts, declutter your mind and keep the things you want to remember. Join the discord at https://discord.gg/uNjJzZvccr
- Host: GitHub
- URL: https://github.com/lostdesign/linked
- Owner: lostdesign
- License: gpl-3.0
- Created: 2021-03-18T17:40:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T06:32:50.000Z (5 months ago)
- Last Synced: 2024-10-29T17:12:35.644Z (about 1 month ago)
- Topics: calendar, daily, electron, hacktoberfest, journal, minimal, note-taking, notes, sponsor, tailwindcss, thoughts, vue, yarn
- Language: JavaScript
- Homepage: https://uselinked.com
- Size: 4.9 MB
- Stars: 893
- Watchers: 12
- Forks: 66
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-source-mac-os-apps - linked - ๐งพ Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] (Applications / Productivity)
- open-source-mac-os-apps - linked - ๐งพ Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] (Applications / Editors)
- awesome-note-taking - Linked - Forget less by daily journaling, completely offline, secure and free. Supports macOS, Windows & Linux. (Open Source / Electron)
- awesome-electron - linked - Daily journal. (Apps / Open Source)
- awesome-tiptap - linked - journal app
README
# linked - daily journaling without distraction
An easy, distraction-free way to record your thoughts, declutter your mind and keep the things you want to remember. We all only have so much room in our brains for things. Let Linked be the place to put something you want to remember and let you free up space for deeper thinking.**[You can download linked here for free!](https://github.com/lostdesign/linked/releases/latest)**
**Join the discord at [https://discord.gg/uNjJzZvccr](https://discord.gg/uNjJzZvccr)**
## Features
- ๐ Write down anything and as much as you want per day
- ๐ Search across all days
- โ๏ธ Support for various text styles as well as todo, list and code blocks
- ๐ผ Linked comes in dark and light mode
- ๐ป Keyboard navigation for maximum productivity
- ๐พ Files are forever yours, you can find them at `~/Documents/linked`
- ๐ Multi language support### Upcoming
- ๐ link days together for references
- ๐ Month overview
- โญ๏ธ Rate your days
- ๐ถ sync across devices
- (๐ฑ phone support?)## ๐ Sponsor
The app will always be opensource and free - if you enjoy the app, please consider [becoming a sponsor or leave a tip](https://github.com/sponsors/lostdesign).
## Keyboard Shortcuts
Keyboard Shortcuts
**Search** Cmd or Ctrl + K.
**Today** Cmd or Ctrl + .
**Next Day** Cmd or Ctrl + N
**Previous Day** Cmd or Ctrl + P
**Next Week** Cmd or Ctrl + Shift + N
**Previous Week** Cmd or Ctrl + Shift + P
**Settings** Cmd or Ctrl + ,
**Leave Settings** Esc
**Exit Code Block** Cmd or Ctrl + Enter## Contributing
Please check [Contributing.md](/CONTRIBUTING.md) first before opening a pull request please.How to run locally
1. Check your node version, it must be v15 or newer
```
node --version
```
2. Clone the repository (make sure you have git installed)
```
git clone https://github.com/lostdesign/linked.git
```
3. Change to the newly downloaded directory
```
cd linked/
```
4. Install project dependencies
```
yarn
```
5. Start the application
```
yarn electron:serve
```Make sure to follow [@uselinked](https://twitter.com/uselinked) on twitter to get the latest news about the project or feel free to check [github discussions](https://github.com/lostdesign/linked/discussions).