WeSearch

SQL-like Queries in FSRS Plugin for Obsidian

·4 min read · 0 reactions · 0 comments · 10 views
#productivity#sql#rust#obsidian#FSRS Plugin#Obsidian
SQL-like Queries in FSRS Plugin for Obsidian
⚡ TL;DR · AI summary

The FSRS Plugin for Obsidian has introduced SQL-like queries to enhance the functionality of spaced repetition. This allows users to filter and sort their notes more effectively, especially when dealing with large volumes of data. The implementation utilizes Rust and WASM for performance, enabling quick retrieval and display of information.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3940739) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Evgene Posted on May 30 SQL-like Queries in FSRS Plugin for Obsidian #productivity #showdev #sql #rust FSRS Plugin for Obsidian (3 Part Series) 1 FSRS for Obsidian: remember what matters 2 FSRS Plugin for Obsidian: Rust/WASM Architecture and Performance 3 SQL-like Queries in FSRS Plugin for Obsidian SQL-like Queries in FSRS Plugin for Obsidian Spaced repetition in Obsidian usually works as "show all cards with due earlier than today." That's enough for simple cases, but once you…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)