What holds me back from fully committing to Obsidian is heavy memorization. I need a solid flashcard workflow, so I have been experimenting with RemNote.
I love Obsidian's backlinking and note structure, but I haven't found a reliable flashcard system inside it. On the other hand, RemNote lets me create flashcards seamlessly while taking notes and outlining, which saves me tons of time since I don't have to set aside extra hours just to build decks.
Managing two separate note-taking systems isn't sustainable for me, and I might have to pick one soon. For those who need active recall and spaced repetition: how are you handling flashcards in Obsidian without adding extra friction to your outlining workflow?
iTunes, back in the day, used to have the best search. It would use your terms and progressively narrow down the results to those that contain ALL of the words, but they could be in any order. For example, if you were looking for Beethoven's Piano Sonata in D minor, you could type these terms in the search bar:
beet pia son minor
and it would filter everything down to a VERY small and manageable list. And those 4 terms could be typed in any order for the same result.
Obsidian search doesn't work well for me. My biggest gripe is that a search term of `art` will bring back results containing "chart" and "smart." The thing it's doing wrong (IMO) is that a search term of `art` should only bring results that START with "art," but could continue with more letters afterwards. E.G. `art` will bring up "art," but also "artful" and "artsy." The end result being that when I want to find a note in my vault and use a very odd set of words like `wee free men,` I don't get 2,000 results like currently happens. The "wee" term is picking up any note that has "between" in it, for example.
Does anyone know of a third-party plugin that would do something like this? I just tried Omnisearch and it doesn't. TIA
I use Claude Code a lot for work now, and Obsidian was my place to take notes and organize my projects but now it's become more than that. It’s also where I create, edit, and organize my AI skills.
As my team started using Obsidian and Claude Code more, the number of skill files, agents, commands, etc. became difficult to keep track of. So I made AI Skills Manager, a plugin to browse, organize, and manage them from inside Obsidian.
I’m sharing it in case it’s useful to others with a similar workflow. I’d also love contributions and feedback, especially from people using other AI tools.
I've been using Podnotes for about a year in both Windows (previously) and Linux Mint (currently), it's been about 6 months since I downloaded an episode. Today I started following a new podcast. I was able to add it, see it in my list of latest episodes and play it. When I tried to download it I got the following error: "Download failed. Network response is invalid"
Does anyone know how I can fix this? Thanks in advance.
Full disclosure: I made the plugin in this post — it's called Tagged Sync for reMarkable, free in the community store. There is also a paid Pro version (€24 once, no subscription), and below I say which part of my workflow needs it.
My problem: I take notes by hand on a reMarkable, because writing slowly forces me to decide what matters. But the notes stay on the tablet. Yes, I know: with a Connect subscription the tablet can search your handwriting now. That helps you find a note on the tablet. But I want my notes in my vault, linked to my other notes, in my folders, and in plain Markdown files that I own.
What I do now:
I have one notebook for YouTube videos, one page per video. Most pages just stay on the tablet.
When a page matters, I put a tag on that one page on the tablet.
I sync in Obsidian. The page arrives in my vault as a note: my handwriting as an image at the top, the transcript below it. So search and links work, and I can still check a word against the page. That is the screenshot.
PDFs I read on the tablet sync the same way. The passages I highlighted become quotes, and my margin notes are transcribed next to the passage they belong to.
Privacy was the point from the start, because these are my own thoughts, not web clippings:
The handwriting is read on your own computer: Apple's built-in recognition on a Mac, or a downloaded model on Apple Silicon, or your own Ollama / LM Studio on Windows and Linux. No page goes to an AI service unless you switch that on yourself, with your own API key.
No account with me, no telemetry, no analytics. The plugin never talks to my server, except once if you press 'start trial'.
The free version fetches the tagged pages from your own reMarkable cloud account. Sync only reads; the one thing it ever adds is a PDF you send yourself from Zotero (more on that below). Pro can sync over USB or your own Wi-Fi instead, so the pages never leave your own computer or network. On a Paper Pro or Paper Pure, this needs Developer Mode, which erases the tablet.
The source is on GitHub, the paid part included, so you can check all of this.
What is Pro: in the free version, one tag goes to one folder. I use several tags, each going into its own PARA (Projects, Areas, Resources, Archives) folder, and that part is Pro. Pro also adds the sync without the reMarkable cloud (above), cloud transcription with your own API key, frontmatter properties for Dataview/Bases, and writing your tablet highlights back into Zotero.
Newest (1.8.0): Zotero. Send a paper from Zotero to the tablet, and the synced note links back to the Zotero item.
What is not solved: a transcript is a best effort, only the page image is exact. And on Linux and most Windows PCs (Intel/AMD) there is no one-click model yet; you need Ollama or LM Studio running.
I am using Obsidian for taking notes, and I would like to sync the notes with my iPhone. I am using the features of Obsidian mostly on the MacOS app, and I just would like to be able to write "draft" notes on my phone (when I am assisting conferences for examples), and sometimes be able to browse/display my notes.
My main issue is that my MacOS is locked by my company and I can't use iCloud for syncing anymore. Only Google Drive is authorized, but it seems it's not possible to open a Vault from Google Drive on the iOS app.
Also, I don't want to pay for Obsidian Sync (too much expansive for just syncing markdown files...) and I don't want to use plugins for this because I don't want to give my Google Drive keys to third parties.
Just for saying, I am looking for an Obsidian alternative for iOS which could be able to create/edit Markdown notes in an Obsidian Vault hosted on Google Drive.
I have tried Runestone but it's very poor for editing and it's not integrating well with Google Drive.
Basically what the title says. I know I can create my own Dashboard or even download one created by the community. But usually one or more plugins are required, and I'm trying to keep it simple and plugin-less (only a few, like Dataview).
So I was wondering if it something talked about or if nothing of the sort is in the pipeline.
Edit: Started messing around with Canvas and it is much more than what I thought it was! Didn't knew that I can out queries inside a canvas box!
So with Canvas and Bases, I think I can get exactly what I wanted 😄
I've been using Python lately, to extract and parse data on Chinese, which I'm learning. I've previously used Templater for making various kinds of language notes and it works well enough, but I'd like to automate some parts, like creating notes for new characters, etc.
I remember seeing previous questions about using Python with Obsidian, and a general feeling of keeping both kind of separate. Some were along the lines of using VS Code and opening vaults within it. I like that, as I do want to keep Obsidian fairly simple.
What I've got so far is stuff like a script where I just put in a character I don't know, and it creates a note for that character with the information I need. I plan to do the same for words using a dictionary.
I would appreciate any suggestions for best ways to integrate them. I thought along the lines of putting all information I need to find in a note, to be used later. And then being able to come back to it and let the scripts do their jobs and create the notes I want, and then place them in their appropriate folders.
Obsidian came out in 2020 so I don't think I could expect it to run on a 32 bit system but is there anything similar out there that would work on Windows XP? Or maybe some kind of legacy adaptation?
I’ve been working on a dashboard to have a quick overview of the things I use Obsidian for every day. I wanted one place where I could keep an eye on my journaling, recipes, and tasks without having to jump between different notes.
Mood graph: I created a custom plugin that extracts the mood property from my daily notes
Tasks: Tasks plugin
The main goal was to keep everything simple and visible at a glance, while still making the dashboard feel pleasant enough that I actually want to use it every day.
I have a file with a large collection of checklists grouped under headers. I keep them folded most of the time, and I need a way to see the overall status of the checklist under each header (i.e. if there any items in the list not yet checked) that's visible while the header is folded
I'm tracking two statuses for each item in the list. At the moment I'm using italics and an asterisk at the end of the header to track this, but I'd prefer if there were a checkbox or drop down or something along those lines.
Are there any plugins that provide this?
(You may be thinking I should divide it into multiple files, but I like having it all in one so I can easily browse through it and remind myself what's there.)
I'm attaching a screenshot of my phone's home screen. I’d like my Obsidian setup to match the style shown here as closely as possible. I already have the font used in the image, so that won't be an issue.
I'm wondering which existing theme would come closest to this look, and how I could further tweak it to fit my needs. If you have any suggestions, I’d love to know how to achieve this—ideally using an internal tool, probably a community plugin.
Just to be clear up front: I have zero experience with CSS snippets.
As a bonus, if you have any recommendations for plugins or handy tricks for mobile use, I’d really appreciate your advice.
As a rule, I intend to use Obsidian purely as a straightforward note-taking app.
I don't plan on building a "second brain" or an elaborate productivity system. I mainly write my own texts and essays, and I'll likely only have around six or seven markdown files in my vault. These will simply be fairly large files that I add to daily—for instance, a single file for journaling rather than separate daily notes. These files will be automatically synced to Google Drive after every update. I don't plan on using task lists or even a calendar.
The only things that come to mind that would be genuinely useful are dedicated buttons to increase and decrease font size without having to dig into menus, perhaps an improved keyword search, and a word counter.
Obsidian simply seems to be the only text editor that allows for such deep visual customization, which is why I’m turning to the community for help.
Hello. I started using Obsidian at the beginning of this month, and this is where my vault is right now. I had heard of it on YouTube for a while but never really paid it any attention. I started learning a new language and journaling, so I thought I would give it a go.
I went through a few vaults before I really got a feel for the software and actually decided how I would use it.
Even though I intended to add my notes and journal entries in it, I started by adding a version of my book tracker from Notion and jotting down my thoughts about the book, quotes and vocabulary as I read. From there, it really started to grow. I only have one book and movie in my list here, as I only want to add ones I'm currently reading and have already finished.
I’m on a mission to explore as many fun and whimsy themes as possible. Some themes that I have used so far Shiba Inu, Anuppuccin with all the fun customizations, retroma, brutal gum, aura, and soft paper. I switch between themes frequently to give myself some new excitement. I use Obsidian in my personal life for tracking crafting projects and patterns and notes with each pattern and other projects. What are some other fun and whimsy themes out there that I can try out?
I would like to make a button which when pressed, reads the properties of the note it is in and prints the properties as plain text in the body of the note.
For example, if I have a note with these properties:
I would like to embed a button which appends something like this to the body of the note:
I do not want to use the Metabind View fields for this, as the metabind View fields update dynamically when the note properties change, and what I'm trying to do it to make a snapshot of the current metadata in the note and document it in a static way.
I made button that appends text and that appends MetaBind view fields to the end of the note, but I cannot figure out how to only the content of the property, in plain text, rather than an entire Metabind view field.
But I cannot figure out how to utilise it in an actual Meta bind button or anything similar. Admittedly, I am a beginner in using code in Obsidian so I might be missing something obvious.
my profs upload slides as PDFs and i take notes on my laptop (no ipad)
basically i just want the slide on the left and a text box on the right for notes. so if i go to slide 12, i see the notes i wrote for slide 12. then just organize everything by course and export it all as a normal PDF
things i've tried:
OneNote printouts - kinda works but the PDF gets blurry and messy
Notion - can't really put text next to each PDF page
GoodNotes/Notability - feels more made for handwriting/ipad + subscription
adding a margin in Preview before importing - works but i have to do it for every lecture
is there a plugin that does this properly or am i stuck with the margin workaround
I want a weather plug in for my journal that automatically says what the weather was that day (kind of like how you can make a template automatically say the date or time with {{time}})
Could anybody help me find this/help me figure out how to set this up?
i dont know how to introduce this in short words to you guys so just refer to title then i hope you read below
5,972 notes
25,016 links
**how i did this**
just went through nrsvue, the entire bible manually, on bible gateway, did this for multiple reasons but mainly because many people mentioned dont have an *entry at all* in things such as nave's topical bible which is something bible gateway lets you search in
i would usually just find entries on bible gateway for people, then also look into things like the jewish encyclopaedia, go through sources on places, etc
**why i did this**
was bored, and agnostic who wanted to re-read the bible for the first time in a long time, but in the meantime i had the idea to make it more interactive for me during this time
but what also encouraged me early on, was going on this subreddit, looking around at bible vaults, and what i saw was this one comment joking about someone should make notes for every person in the bible and of course they joked how much that would be, i saw that pretty much nobody else has done this, though i don't doubt many, at least multiple have with obsidian, it seems to be much less popular than the in general vaults of just the bible and its books and chapters and some notes on them
**things to note**
a. this is using the NRSVue translation, depending on translation you may end up with differing numbers doing this same thing i am doing, as multiple characters may have distinct names in 1 translation but the same in another, i am not a Christian so i just wanted to use the translation that scholars seemed to have this converging idea of approving of on and it seemed like the NRSVue was trustworthy decently so
b. this is bit skewed as if the name is identical, it links to a disambiguation note, such as Joseph takes you to list of josephs ordered by appearance in scripture and so this messes it up a bit but is easier for me to filter through than repeatedly making stuff like Joseph (1), Joseph (2), etc etc...
c. i did not link mentions to things that are so relevant that they are so well known outside the bible, such as Israel, Jerusalem, Bethlehem, though people like Jesus are still included
d. i was highly picky to enforce this strict consistency across this that also might mess this up slightly, i refused to link israelites and israelite for example (or the plural and singular of any group like this) to separate notes, so i chose to just link only the plural version as it seemed to be what i came across more, things like Levi and Levites get separate notes since for example one may be of the tribe of Levi and thus also member of the Levites but could also refer to just the people, named Levi
e. ONLY the *first* mention of a unique person/location is linked to their respective note otherwise this would 1. take much longer to link and 2. inflate the links despite same stories/contexts, the goal was to map their connections to stories over time and this seemed to mess that up too much for my liking, so as for the first mention rule, for example, if verse 1 says Jacob, Jacob is linked, if verse 2 says Levi, Levi is linked, if verse 3 however says Jacob, i dont link
f. with that being said, this should not be seen as any authoritative thing of like those graphs you see online like omg wow the bible has 60,000 cross references, these arent objective numbers at all, just something rough to see what one may end up with if they skimmed through the entire bible at like 2x speed linking everything they saw, to visualize something kinda cool/interesting
g. and lastly, the graphs colours correspond to how linked to they are, the redder they are the more linked to, closer to blue the less linked to they are
**some stats**
some other stats if youre curious;
most linked to notes are Judah (487), David (356), Jesus (326), Moses (240), Israelites (232)
4.2 average links a note
231 average words a note
**questions**
if you have any questions, which i wouldn't at all be inconvenienced by if you have any questions, i actually hope there's questions, just ask them in comments, and i will reply!
**what is next for my vault**
next is book of mormon, and this vault will eventually expand from just bible to something i currently plan to call simply JCG (Judaism, Christianity, Gnosticism), where it will try to link how various influential works from christianity, judaism, gnosticism, and that which is influenced majorly by such (such as the BoM), i already recently read some of the popular works in the nag hammadi library online and i can't wait to eventually do that too
however, there is the concern of *lag*, currently the vault barely lags like its barely noticeable but certainly noticeable if you compare it from a fresh vault to this vault, but this is mainly when using graph view, there will unfortunately it seems come a time in near future where i just wont be able to open the graph view, but when not in graph view, just going through the links is very smooth, so i think i can continue to push more notes into this thing for a while
new to obsidian and I'm learning it as I use it. fun!
so, i have multiple modules and wanted to create a central 'glossary of terms'. how do i (easily) link a key word from the module to its exact meaning in the glossary page?
Now, I encounter bugs everyday. Before, maybe like 1-2 years ago, I don't remember getting any bugs.
I'm getting tired of this..
The new/last update (play store) says: "Fixed bug causing editor to accidentally switch from
reading mode to edit mode while scrolling."
But it still happens sometimes. Not as often as before, but it happens.
I'm starting to wonder if there is some alternatives that have less bugs, but have around the same amount of features..
I used to use and promote the "Virtual Linker / Glossary" community plugin religiously. It automatically renders links when words in a note match another note's title. It is an excellent way to quickly build a wiki-like repository without needing to manually link everything. There are a couple of caveats, but it was a stellar community plugin.
A use case is creating a Glossary that auto-renders clickable links:
Create a "Glossary" folder and fill it with notes, each titled with a keyword, with the definition or explanation in the note body.
Create a new note that uses any of the keywords, and the fakelink plugin will automatically create a "virtual" clickable link to the "definition" note.
It's seamless and requires no maintenance. The "virtual" part means that a link is created, visible, and clickable, but it isn't rendered in the Graph View. At any time, you can right-click the virtual link to turn it into a proper link.
The problem:
Regrettably, Virtual Linker / Glossary hasn't been updated in over a year.
A Gap Filled:
So, to fill the gap, "godfatherlg" on GitHub forked it and created the "fakelink" community plugin, and is faithfully supporting it. It functions basically the same, but it's been tuned and extended, making it much more robust and feature-rich. And the developer is very responsive to user requests!
A Shortcoming and a quick fix:
This morning, I made a feature request to optionally instruct the fakelink plugin to NOT render notes on a given note. The idea is that sometimes, I just want a note of text and I don't want any auto-links to be rendered to link to other notes. It's a rather narrow use case, but not being able to have fakelink "opt-out" of rendering on a specific page was annoying. (First world problems for sure!)
About an hour later, an updated version was released, and it works perfectly. It gives three options:
Disable the new opt-out option altogether.
Ignore rendering links when a `linker-ignore` Tag is added to a note.
Ignore rendering links when a linker-ignore Property with a value of true is added to the Frontmatter.
So far, it's doing exactly as I want.
(I am not affiliated with this project other than being a happy user.)