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: about 2 months 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

Lists

README

        

Promotional Image


GitHub release (latest by date)
Project downloads
Discord
GitHub issues

# 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).