obsidian-spaced-repetition VS obsidian-releases

Compare obsidian-spaced-repetition vs obsidian-releases and see what are their differences.

obsidian-spaced-repetition

Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md (by st3v3nmw)

obsidian-releases

Community plugins list, theme list, and releases of Obsidian. (by obsidianmd)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
obsidian-spaced-repetition obsidian-releases
44 1,653
1,282 8,004
- 6.4%
8.4 9.9
7 days ago about 14 hours ago
TypeScript JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

obsidian-spaced-repetition

Posts with mentions or reviews of obsidian-spaced-repetition. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-17.
  • Why I Like Obsidian
    22 projects | news.ycombinator.com | 17 Jan 2024
    This is basically what I tried to do using the spaced repetition plugin for Obsidian but it's just not very good yet. I just checked and the author asked for a co-maintainer yesterday. I really hope they can find someone to put a bit of time in because it's a great idea and a great foundation.

    https://github.com/st3v3nmw/obsidian-spaced-repetition/

  • Tools I like
    9 projects | /r/paulsdigitalgarden | 31 Aug 2023
    Obsidian Spaced Repetition
  • Space repetition for atomic notes?
    4 projects | /r/ObsidianMD | 12 Jul 2023
    I want to create something like flashcard. Not like the usual flashcard with single line question and answer. I have already tried the famous plugins like obsidian-spaced-repetition, obsidian-recall and flashcards-obsidian. But all of them are designed to have multiple flashcards in a single note. Though spaced repetition plugin display my files, everything below white lines are discarded. Im looking for a solution where i can use my existing atomic notes as flashcards. Title of the note should be in the front side of the card and content in the back side. And it should use a similar algorithm and interface used by plugins like spaced repetition. obsidian-smart-random-note This is the only plugin close to what im looking. Unfortunately, it doesn't support Anki algorithm. How can i configure my atomic notes to be severed as flashcards?
  • Ask HN: How Do You Utilize Your Personal Knowledge Base?
    3 projects | news.ycombinator.com | 10 Jul 2023
    * The idea of putting notes into a "reverse spaced repetition" algorithm where instead of spacing things you've learnt further and further into the future, you are spacing things that are "fruitful" nearer and nearer in the future (and when you have less to add, further into the future, when eventually a note becomes "evergreen"), which can be achieved with https://github.com/st3v3nmw/obsidian-spaced-repetition. This is described better by Andy: https://notes.andymatuschak.org/zJrfPCbY7GcpV9asEc8NTVzXTAV4...
  • Can you actually study with flashcards in Obsidian and if yes, how?
    1 project | /r/ObsidianMD | 31 May 2023
    I believe you're looking for the Spaced Repetition plugin
  • How could you convert Anki card collections to files in Obsidian?
    1 project | /r/ObsidianMD | 22 Apr 2023
    This is an open task to add support for importing from anki, so hopefully soon
  • Obsidian to Anki - Export outgoing links from note to anki
    1 project | /r/ObsidianMD | 7 Feb 2023
    Gotcha. You might have a better time with the obsidian-spaced-repetition plugin as a tool to remind you to review notes: https://github.com/st3v3nmw/obsidian-spaced-repetition
  • Passed SAA-C03 - hurray!!
    1 project | /r/AWSCertifications | 28 Jan 2023
    Sow that you mentioned Obsidian. There is a plug-in which bring you the possibility to create Flashcards: https://github.com/st3v3nmw/obsidian-spaced-repetition. Very helpful when using while learning.
  • Anyone else frustrated with Obsidian/Anki dilemma?
    3 projects | /r/ObsidianMD | 20 Jan 2023
    See for example https://github.com/st3v3nmw/obsidian-spaced-repetition
  • Is there any far method, to use ALL my notes with the flashcard method?
    1 project | /r/ObsidianMD | 26 Dec 2022

obsidian-releases

Posts with mentions or reviews of obsidian-releases. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • UX Case Study: Markdown Heading
    4 projects | dev.to | 27 Apr 2024
    The closest editor that follows our first principle is Obsidian editor:
  • I switched from Notion to Obsidian
    2 projects | dev.to | 23 Apr 2024
    The solution was already installed on both my computer and my phone: Obsidian.
  • Why single vendor is the new proprietary
    2 projects | news.ycombinator.com | 19 Apr 2024
    > why does open source need to "win"

    Open source does not need to win.

    But your ability to be in control of your computer needs to be preserved. A proprietary fridge cannot control your diet, while a proprietary App Store can control what software you install on YOUR phone (unless you live in EU, hello DMA!). The tail wags the dog, so to speak. Proprietary software has also been shown to break user workflows or remove functions in an update while leaving users with no choice whatsoever.

    One alternative to having open source win is to ensure software must come with a robust warranty and other assurances you expect from the things you buy. EU's CRA will make software vulnerabilities in WiFi routers covered by warranty, for example.

    You can also ensure robust and interoperable data storage options. For example, https://obsidian.md/ stores all notes in Markdown, not holding the data hostage in case users will not like how future versions will work. GDPR actually has a provision for data portability (Art. 20), but it does not seem to have a requisite effect on the industry yet.

    And until the above issues are solved, open source remains the best way to ensure that a software tail cannot wag your computer dog.

  • Ask HN: Has Anyone Trained a personal LLM using their personal notes?
    10 projects | news.ycombinator.com | 3 Apr 2024
    [2] https://obsidian.md/
  • Replatforming from Gatsby to Zola!
    5 projects | dev.to | 2 Apr 2024
    So I've had my fair share of personal websites and blogs. I have built them on stacks ranging from the most basic HTML and CSS, to hosted frameworks like Wordpress and Laravel, to the more modern single page applications built in Vue and React. For a simple content blog I think you can't go wrong with a Static Site Generator though. These days I am almost exclusively writing everything in Obsidian. Which is great because its all in standard markdown format. This allows for a really neat and easy content publishing workflow.
  • Show HN: Godspeed is a fast, 100% keyboard oriented todo app for Mac
    2 projects | news.ycombinator.com | 19 Mar 2024
    Consider making an Obsidian[^1] plugin, or writing to Obsidian-compatible Markdown files :)

    [^1]: https://obsidian.md/

  • Setting Up Obsidian for Content Planning and Project Management
    3 projects | dev.to | 11 Mar 2024
    Obsidian is a writing application created to allow for offline / private note taking in markdown format, in an interface that looks a lot like our regular programming IDE. It is very flexible, with a good collection of community plugins that you can use to customize Obsidian to your heart contents.
  • What is Omnivore and How to Save Articles Using this Tool
    6 projects | dev.to | 9 Mar 2024
    Obsidian support via our Obsidian Plugin
  • Tools that Make Me Productive as a Software Engineer
    6 projects | dev.to | 3 Mar 2024
  • Where Is Noether's Principle in Machine Learning?
    3 projects | news.ycombinator.com | 1 Mar 2024
    Thank you!

    In the beginning, I used kognise'z water.css [1], so most of the smart decisions (background/text color, margins, line spacing I think) probably come from there. Since then it's been some amount of little adjustments. The font is by Jean François Porchez, called Le Monde Livre Classic [2].

    I draft in Obsidian [3] and build the site with a couple python scripts and KaTeX.

    [1] https://watercss.kognise.dev/

    [2] https://typofonderie.com/fr/fonts/le-monde-livre-classic

    [3] https://obsidian.md/

What are some alternatives?

When comparing obsidian-spaced-repetition and obsidian-releases you can also consider the following projects:

Obsidian_to_Anki - Script to add flashcards from text/markdown files to Anki

Trilium Notes - Build your personal knowledge base with Trilium Notes

flashcards-obsidian - 🎴 An Anki plugin for Obsidian.md

QOwnNotes - QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.

obsidian-smart-random-note - A smart random note plugin for Obsidian

vimwiki - Personal Wiki for Vim

obsidian-plugin-logseq - A simple plugin to make Obsidian's preview of LogSeq markdown a bit more pleasant.

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

incremental-writing - An incremental writing plugin for Obsidian where you add notes and blocks to prioritized queues and review them incrementally over time, spaced repetition style.

AppFlowy - AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.

obsidian-recall - A spaced repetition system for Obsidian!

Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.