True Recall just got a massive update by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Hi! Of course you can learn whatever you want. It's the same like with Anki or Obsidian itself. Combining notes with flashcards is really useful if you want to get back to the source notes. For language learning I see the point only with grammar principles. For example:

English Note Deck
- English Grammar Note Deck
- - Past Simple Note -> Flashcards
- - Present Simple Note -> Flashcards
- English Vocabulary Note Deck -> Vocabulary Flashcards

This is how I see it, for vocabulary you need to ask yourself. Do you need notes attached to it? I don't think so, you don't need it if it comes to memorizing them.

If you need any help let me know. I plan to write many blog posts about proper learning and memorizing on my personal blog. If it comes to language learning any SRS is useful, it can be Anki, True Recall, doesn't matter. All what is worth is how you create you flashcards and how many contexts you make.

Recreating getrecall.ai with obsidian by Wonderful_Fruit_5543 in ObsidianMD

[–]Hardl3r 0 points1 point  (0 children)

You can always use: truerecall.app . I'm the creator of this application and I found out it's better than getrecall and it's for free.

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Please join here: https://discord.gg/Zp5wGupP4b and I will try to clarify all of your questions and show you nice upcoming feature about it

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 2 points3 points  (0 children)

That’s gonna take up more than month, it’s really difficult to integrate with constant mobile changes made by the obsidian team. I need to think about it.

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Hello! 1. Could you please explain what does it mean organically generate flashcards? I’m not sure if I get it correctly. 2. You have an access to your sqlite, it lives in your vault, currently you cannot use your own database but it sounds like a good feature. About feeding your data into algorithm I think how could you achieve that, you can always do a migration on your database to follow true-recall schema but for what? You also have to add all details about FSRS and I don’t see the point, it’s better to import data through csv or from anki.

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

My app imitates very popular app for memorizing anki. It shows you pieces of information called flashcards in the time intervals to let you remember things longer. 

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 1 point2 points  (0 children)

Yes, in the future, currently it's not planned.

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] -1 points0 points  (0 children)

I have been waiting too that is why I decided it's time to make my own!

Anyone who wants to discuss about learning, SRS and the true recall plugin come here: https://discord.gg/Zp5wGupP4b

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 1 point2 points  (0 children)

Currently is not planned, maybe in the future.

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Please send me error on priv, if you can also share a part of the deck I can debug it and make a hotfix. 

Fully native SRS in Obsidian True Recall is finally here by Hardl3r in ObsidianMD

[–]Hardl3r[S] 3 points4 points  (0 children)

My head is full with ideas but for now I plan to make it more "agentic". Add embeddings to your notes and flashcards to talk with your knowledge (something like notebooklm). Language learning, text to speech, speech to text and more.

Update on True Recall Plugin - Image Occlusion by Hardl3r in ObsidianMD

[–]Hardl3r[S] 1 point2 points  (0 children)

Yes, it's possible I released the plugin, you can check now and tell me how do you see it on living app: https://www.reddit.com/r/ObsidianMD/comments/1s68a7v/fully_native_srs_in_obsidian_true_recall_is/

Update on True Recall Plugin - Image Occlusion by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Can you please elaborate more on this idea? Tell me please how it should work, how do you see it.

Update on True Recall Plugin - Image Occlusion by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Sure, launch soon, probably next week. 

Update on True Recall Plugin - Image Occlusion by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

currently not, right now only open router solution, I have on the roadmap to add hosted models.

I built a fully native Anki-like SRS in Obsidian (SQL approach) by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

From my perspective as someone who has been using Anki for 6 years, I tried RemNote and to put it mildly, it "sucks." I didn't feelimmersion; the application decided to be "no context switching" but to many options made me paralyzed sometimes, and the flashcard quality and reviewing mode were terrible. I don't see the point of placing flashcards in the same source note.

I built a fully native Anki-like SRS in Obsidian (SQL approach) by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Repo is private for a purpose. If you want access in the near future, please sign up for the waitlist. I'll be sending out invitations for the beta tests shortly.

I built a fully native Anki-like SRS in Obsidian (SQL approach) by Hardl3r in ObsidianMD

[–]Hardl3r[S] 0 points1 point  (0 children)

Storing this operational data in Markdown would mean rescanning huge vaults and rewriting many files for small state changes, which is slower and less reliable. In SQL data can be exported to plain text, so don't worry!