Skip to content
/ linked Public
forked from lostdesign/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. Join the discord at https://discord.gg/uNjJzZvccr

License

Notifications You must be signed in to change notification settings

kriskbx/linked

 
 

Repository files navigation

Project Status

linked-banner

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

Features

  • 📅 Write down anything and as much as you want per day
  • ✍️ 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

Keyboard Shortcuts

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

Coming soon

  • ⭐️ Rate your days
  • 🗓 Month overview (WIP)
  • 🔍 Search across all days (WIP)
  • 🔗 link days together for references
  • 📶 sync across devices
  • (📱 phone support?)
  • 🏷 tagging for more refined search

💖 Sponsor

The app will always be opensource and free - if you enjoy the app, please consider becoming a sponsor or leave a tip.

Contributing

Please check 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
  1. Clone the repository
git clone https://github.com/lostdesign/linked.git
  1. Install project dependencies
yarn
  1. Start the application
yarn electron:serve

About

🧾 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. Join the discord at https://discord.gg/uNjJzZvccr

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.7%
  • Vue 41.9%
  • CSS 9.8%
  • HTML 1.5%
  • Shell 0.1%