Obsidian is now free for work - Obsidian
-
Have you looked at AnyType? Their free version includes 1gb of cloud storage. It's far less mature than Obsidian, but may suit your use case.
I've been using it for a little over a year, and love it.
-
You mean like the obsidian canvas?
-
I use it as a work journal and personal knowledge management (PKM). Each day I open a daily journal note (built from a template with an easy shortcut) that contain rough notes on what I did that day. From that note I link over to project notes for any project I worked on or complex issues, scratch notes, etc. I do split windows, one with a narrow view of the daily note and then a larger panel for content notes (like documenting the project or create a scratch note or searching for a note on a problem I had 2 years ago that I need to remember about). There are many useful plugins but Templater and "Various Complements" are my favorite. Templater allows me to configure a template for any note I want to configure, so I can create a new note then hit a shortcut that will prompt me for a page title and auto fill the note with my template (that includes tags, headings, etc) for a meeting or new project or scratch note. Templater can also organize the note and move it around on my filesystem. Various Complements plugin allows me to build a dictionary of anything I want that will then fill in like an IDE when I'm typing in a note. So I use it for all my coworker names, I type 4 letters of someone's name and it pops up suggestions where I can tab-complete their full name.
It's truly a great program, better for me than all the others I've tried: OneNote, TiddlyWiki, DocuWiki, Dendron, and emacs. I used TiddlyWiki for years and had to bend it to my will in many wonky ways, then Obsidian came around and did 90% what I wanted out of the gate and the 3 or 4 plugins I use did the rest. I've been using it for a few years now.
-
Was there a way to import your Google Keep notes into obsidian?
-
Project management
Anything I want to plan out goes into it
-
Cool. Available for windows, linux and iOS. I tried to use todoist, but it has some real problems syncing and arranging data. I spent hours creating a worflow only to lose more than half of it when trying to sync it across devices. I hope Obsidian will do better.
-
Looks interesting, I'll check it out
-
Obsidian is a note taking app. Todoist specializes in creating tasks and scheduling them. They are different tools for different jobs.
-
First use "importer" community plugin to import the zip file of Google keep (search Google for how to get that keep zip file backup)
Then use "consistent attachment and link " plugin to transfer images in sub folder accordingly.
Finished.
-
I use Obsidian between Ubuntu and IOS.. Sync is a bit erratic.. It always... eventually, refreshes, but have not been able to find how to force sync on IOS. Sometimes end up doing trivial changes to see if can get the sync on IOS to trigger.
Ubuntu client shows when it does sync and it does appear to do it fairly quick.
-
-
I use it to track everything..
Quick notes
knowledgebase
Follow up (personal and work)The great thing about Obsidian is how flexible it is.
The bad thing about Obsidian is how flexible it is..I have seen may people comment, or outright leave, Obsidian because because there was too much to learn.. or too many plugins to explore..
Personally, I only look for plugins if I need something specific. Don't see the point of trying random plugins. Is like spending time finding solutions to a problem you may not have..
Also, I work on tech and many documents are in markdown. Obsidian makes it easier to read those. Specially the collapse / expand functionality is really great for exploring large docs.. as long as the creators properly used sections (basically # for level 1, ## for level 2..and so on)
-
Looks like it was deprecated last year, though
-
Use obsidian enough and your brain also just starts to interpret raw markdown lmfao.
I've definitely caught myself using md to format pen and paper notes before.
-
Syncthing-fork for Android is the only tricky bit
-
Well, the good news? A wider audience most certainly means a FLOSS suite that can parse the data from it. It doesn't seem very opaque, but more like Markup++.
-
There in fact are FOSS alternatives like Joplin. Personally, I actually switched from Joplin to Obsidian due to a larger community (and therefore community-driven plugins) and overall a more polished UX. That being said, I have the security of switching back if Obsidian ever becomes evil or unusable.
Another aspect is that the entire source code is technically viewable (partially obfuscated) since it's a web app. Having written plugins for Obsidian, you're very much interacting with the source code itself. Feels like open source with extra steps and I wish one day they will finally make the switch to true FOSS.
-
Have you seen the community-made self hosted sync plugin?
-
Neat, I didn't know that. I currently use Joplin this way, synced across my devices with Syncthing. Joplin also supports directly syncing to Google Drive or Dropbox (with optional encryption).