Linked allows you to write down your thoughts and ideas to link them with days. The app was originally created as a weekend project for my colleagues at work. We needed an app to offload our brain and write down things that we may need for our daily meetings or other scrum events, things that simply did not fit inside a ticket. You can download linked here for free!
Make sure to follow @uselinked on twitter to get the latest news about the project or feel free to check github discussions.
Join the discord at https://discord.gg/uNjJzZvccr
- 📅 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
- 🔗 link days together for references (next)
- 🗓 Month overview (next)
- ⭐️ Rate your days
- 📶 sync across devices
- (📱 phone support?)
The app will always be opensource and free - if you enjoy the app, please consider becoming a sponsor or leave a tip.
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
Please check Contributing.md first before opening a pull request please.
How to run locally
- Check your node version, it must be v15 or newer
node --version
- Clone the repository
git clone https://github.com/lostdesign/linked.git
- Install project dependencies
yarn
- Start the application
yarn electron:serve