Migrate from Notion to Obsidian

  Рет қаралды 16,099

Andrew Courter

Andrew Courter

Күн бұрын

In this video I walk through why Obsidian is a better choice for personal note taking than Notion is, what some advantages are that Obsidian offers, how to import your notes from Notion into Obsidian, how to configure the Obsidian app, and finally how to configure obsidian.nvim to edit your notes inside of Neovim at the speed of thought.
Obsidian Docs: help.obsidian.md/import/notion
Obsidian Plugin: github.com/epwalsh/obsidian.nvim
Companion Article: levelup.gitconnected.com/why-...
Calendar YT Video: • The 5 BEST Obsidian Pl...
My Neovim Config: github.com/exosyphon/nvim
Jetbrains LSP Post: discuss.kotlinlang.org/t/any-...
Embedded Neovim: youtrack.jetbrains.com/issue/...
Install SDKMan: sdkman.io/
Kotlin Language Server: github.com/fwcd/kotlin-langua...
LSP Comparisons: github.com/neovim/nvim-lspcon...
Join the channel to get access to perks:
www.youtube.com/@ascourter/join
Twitter: / exosyphon
Website: andrewcourter.com
Twitch: / exosyphon
Gear:
Mic: amzn.to/40GUGFg
Mic Interface: amzn.to/3YGxaGE
Mic preamp: amzn.to/3XtBXtY
Webcam: amzn.to/3OEOZRU
Boom Arm: amzn.to/3qLr0GE
Vissles (VS II switches): vissles.com/?ref=69zn8aei20 - Coupon Code for $5 off: ANDREWCOURTER
IQUNIX F97 (TTC ACE switches): iqunix.store/collections/f97-...
🎵 Music
"Tokyo Music Walker - Way Home" is under a Creative Commons (CC-BY) license.
/ @tokyomusicwalker4038
Music promoted by BreakingCopyright: bit.ly/way-home-song
⏰ Timestamps
0:00 Intro
0:41 Advantages of Obsidian
2:54 Export / Import from Notion to Obsidian
6:34 Setup Obsidian App
9:04 Backup vs Syncing
10:03 Setup obsidian.nvim
14:55 Outro
#neovim #coding #programming

Пікірлер: 47
@ascourter
@ascourter 3 ай бұрын
What note taking strategy or app do you use?
@oleksii_luchnikov
@oleksii_luchnikov 3 ай бұрын
Few monthes ago I wrote vault.nvim plugin for myself for my obsidian notetaking strategy, as addition to obsidian.nvim plugin. A lot of stuff I've done for it based on your videos about neovim plugin development. Thank you!
@youtube.user.1234
@youtube.user.1234 3 ай бұрын
I previously used Obsidian but then I switched to Anytype (free and open-source Notion alternative) and have been pretty satisfied with it 👍
@StefanoPompa
@StefanoPompa 3 ай бұрын
I was on notion and these days i was doing exactly the same passages described on this video!
@zherka_pill
@zherka_pill 7 күн бұрын
I wanted to use doom Emacs I don't know how to do that
@dinonuggett
@dinonuggett 3 ай бұрын
I’ve been using Obsidian only with the built-in vim plugin but now I’m definitely going to try this out!
@tamasbalint1597
@tamasbalint1597 3 ай бұрын
I will watch this later, but really intrigued by the video.
@user-xd5gd4pc9h
@user-xd5gd4pc9h 3 ай бұрын
Great! With proper terminal such as wezterm or kitty, neovim can preview and paste images. Looking forward you do a video on that!
@thiagopuntar
@thiagopuntar 3 ай бұрын
What a coincidency, I'm moving from Notion to Obsidian this week. One thing that is annoying me so much using Linux is the ctrl n / ctrl p to navigate on Obsidian menus, I still didn't find a way of solving this issue. On Mac this doesn't happen because it's command instead of ctrl. But I'm liking so far. Thanks for sharing
@ascourter
@ascourter 3 ай бұрын
Thanks! Ah that's an unfortunate conflict. Could you map to Ctrl shift p?
@K.Huynh.
@K.Huynh. 3 ай бұрын
thank you for sharing! I'll try this.
@Whiteseal222
@Whiteseal222 Ай бұрын
Great video! helped me make the switch. one question... how do you use "jj" to escape insert mode in vim lol
@ascourter
@ascourter Ай бұрын
Thanks! I am glad I was able to help you! Here's the line to add into your config: vim.keymap.set("i", "jj", "", { desc = "Esc" })
@Thel-foo
@Thel-foo Ай бұрын
syncthing also provides great backup functionality
@linkarzu
@linkarzu 3 ай бұрын
Hey Andrew, great videos. I love obsidian, but recently I’ve been using only neovim for markdown editing. Before obsidian I used google docs and that was a pain. I have a few videos regarding markdown in neovim, one for jumping through headings, outline on the right side, and changing headings colors. In case you want to check them out 🙂
@ascourter
@ascourter 3 ай бұрын
Excellent! I will check them out
@necraul
@necraul 3 ай бұрын
Migrate from Obsidian to regular markdown next. Free sync across your devices with Syncthing too.
@ascourter
@ascourter 3 ай бұрын
Haha who knows, I may just end up there eventually!
@Ammon4294
@Ammon4294 3 ай бұрын
what is the app you use to enable "CMD+Arrow Right" as app switching?
@ascourter
@ascourter 3 ай бұрын
I think that's probably CMD + tab
@EduardoRodriguezRocks
@EduardoRodriguezRocks Ай бұрын
so you need to be on the vault path to be able to open a note for then plugin activate, which is uncomfortable given it would be nice to be able to open a note while working on a file
@ascourter
@ascourter Ай бұрын
I believe you could use "dynamic" workspaces to edit notes agnostic of your path. github.com/epwalsh/obsidian.nvim?tab=readme-ov-file#usage-outside-of-a-workspace-or-vault
@depreza68
@depreza68 2 ай бұрын
do you know how to create a file through `ObsidianNew` but with according to it's name, it just keeps on having random numbers as the first name, then following with random char afterwards, there's no name of it at all, only in the alias, also it creates at the root on the vault not in e.g. root/Zettlekasten
@ascourter
@ascourter 2 ай бұрын
You should be able to update your config with a couple options: notes_subdir = "Zettlekasten", note_id_func = function(title) return title end,
@tamasbalint1597
@tamasbalint1597 3 ай бұрын
Would love to hear from you how you prefer taking notes, if you have a system you enjoy.
@ascourter
@ascourter 3 ай бұрын
Thanks for the request! I'll put this on my list to make a video on.
@CanDoSo_org
@CanDoSo_org Ай бұрын
Thanks for the great tutorial. I tried many time to export and import from Notion to Obsidian, but it failed in the process of importing.
@ascourter
@ascourter Ай бұрын
Oh no! Does it just outright fail or give you an incomplete output?
@CanDoSo_org
@CanDoSo_org Ай бұрын
@@ascourter Two erro message like this: Failed: "d23c8a5d-a7f8-4988-98d1-c246c773f4b5_Export-93287351-cca3-4d4e-abf2-9bcc9761761d.zip/Export-93287351...”. No idea what it means and how to fix it.
@CanDoSo_org
@CanDoSo_org Ай бұрын
@@ascourter Could be too big? I have as big as 2.5GB after exported from Notion.
@ascourter
@ascourter Ай бұрын
@@CanDoSo_org Ah I gotcha. What are you going to try next?
@radvilardian740
@radvilardian740 3 ай бұрын
does ur lazyloading works ? because u put the config ot after folder.
@ascourter
@ascourter 3 ай бұрын
Good question. I think the lazy loading breaks when putting the config into after/plugin (www.reddit.com/r/neovim/s/iwic6GrjGb). Thanks for calling this out! I'll make another video on this gotcha after I reorganize my config.
@radvilardian740
@radvilardian740 3 ай бұрын
yah, I think u re also calling the setup function twice, since u didnt mark the plugin's spec as config = false.
@ascourter
@ascourter 3 ай бұрын
@@radvilardian740 yep I think you're correct
@radvilardian740
@radvilardian740 3 ай бұрын
nice video, I am using obsidian too, but my gf works hehe.
@ascourter
@ascourter 3 ай бұрын
@@radvilardian740 rub it in why don't ya! 🤣
@amitprakash5220
@amitprakash5220 3 ай бұрын
I like obsidian too but i feel notion is still better for a college student as it allows you to host your notes for free of cost on a live website . But we need to pay 8$ monthly in obsidian to host it on a website with help of obsidian publish. But yes both have its own pros and cons.
@ascourter
@ascourter 3 ай бұрын
Definitely tradeoffs like you mentioned. Obsidian can be free but you have to do some work yourself. Notion definitely is easier for collaboration and having notes across many devices without extra steps.
@DanteMishima
@DanteMishima 3 ай бұрын
Exports from notion. Imports into obsidian. Doesn't show what imported files look like. Important as files were exported as html
@ascourter
@ascourter 3 ай бұрын
Did you run into an issue with your files?
@cody_codes_youtube
@cody_codes_youtube 3 ай бұрын
I use google docs! I’m such a lame o
@ascourter
@ascourter 3 ай бұрын
The first step is admitting you have a problem 😂
@cody_codes_youtube
@cody_codes_youtube 3 ай бұрын
@@ascourter I dunno man. ZERO CONFIG, and 0% need for KZbin videos to help me….
@ascourter
@ascourter 3 ай бұрын
@@cody_codes_youtube haha fair enough. Sounds like you should make a video on your Google Docs note taking system :D
@cody_codes_youtube
@cody_codes_youtube 3 ай бұрын
@@ascourter honestly, I plan on it. More of a work log and freelancing approach. But it’s also served me well in my career to advance it well. That is a conversation more about the meat of the notes vs what tool you use to do it
Fast Jumping in Neovim with Leap.nvim
7:10
Andrew Courter
Рет қаралды 4,1 М.
Which is Better Flash.nvim OR Leap.nvim?
11:35
Andrew Courter
Рет қаралды 7 М.
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 3,1 МЛН
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 55 МЛН
Which one of them is cooler?😎 @potapova_blog
00:45
Filaretiki
Рет қаралды 6 МЛН
The Best Oil.nvim Configuration
7:15
Andrew Courter
Рет қаралды 6 М.
LSP Basics in Neovim
4:13
Andrew Courter
Рет қаралды 9 М.
5 分鐘 Obsidian 與 Notion 資料庫整合設置教學
8:39
Creative Jammers
Рет қаралды 3,9 М.
The BEST tasks plugin in Obsidian
44:58
Danny Talks Tech
Рет қаралды 33 М.
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,8 МЛН
Leveraging lazy.nvim Structural Features after Migrating from Packer
9:25
Code Folding in Neovim
11:22
Andrew Courter
Рет қаралды 13 М.
How I Setup LSP In Neovim For An Amazing Dev Experience - Full Guide
34:09
Why Developers Are OBSESSED With Obsidian
11:26
Amichai Mantinband
Рет қаралды 35 М.
Неразрушаемый смартфон
1:00
Status
Рет қаралды 829 М.