this post was submitted on 19 Jun 2023
61 points (100.0% liked)

Free and Open Source Software

17957 readers
147 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hey everyone,

I am looking for an alternative for OneNote for Linux. A clone would be perfect, the interface of it and the ability to paste pictures into a very wide notes field is great. Please help me!

you are viewing a single comment's thread
view the rest of the comments
[–] abhibeckert@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

Create a folder, put markdown files in it, sync* and backup* the folder however you like and edit the files with whatever you like*.

Within my folder I have a daily journal - start each day with a list of what I hope to achieve today and make notes throughout the day as I progress on those tasks. The next day that journal becomes something I'lll refer back to in the morning to decide what to do next. Depending on the project - weekly or monthly might be more suitable than daily. Or maybe something else entirely.

I also have folders an files for longer term tasks.

If you want to collaborate, make a second folder and choose a sync platform you can all agree on.

(* I use GitHub for Sync, Backblaze B2 for backup, and Visual Studio Code for editing, with extensions for markdown and making GitHub a little easier... specifically GitDoc for auto-commit/push/pull and Markdown All in One for formatting/etc. Also Copilot is handy for some note taking tasks. The "foam" extension mentioned here looks like it might be great too)