Textfresser

by clockblocker
5
4
3
2
1
Score: 42/100

Description

The Textfresser plugin helps German language learners build a structured vocabulary network by transforming any selected word into a detailed dictionary entry within your vault. It detects if a word is in its normal form and either generates a new entry or links it to the root form. Each word entry includes pronunciation, translation, conjugation or declension tables, and links to related grammatical or semantic variants. The plugin also supports automatic backlinking, helping you navigate between word forms like reisen, gereist, and reisender. Designed for deep linguistic exploration, it works best in a dedicated vault due to the large number of files it generates.

Reviews

No reviews yet.

Stats

8
stars
430
downloads
1
forks
365
days
20
days
366
days
36
total PRs
7
open PRs
12
closed PRs
17
merged PRs
3
total issues
1
open issues
2
closed issues
29
commits

Latest Version

a year ago

Changelog

  • Supercharge the grammar-checking command (now called Keymaker)
  • Switch from gemini-lite-demo to geminy-lite (Google has deprecated gemini-lite-demo)
  • Enhance the translation command
  • Make the "Generate Dictionary entry" faster, by splitting up the request to lmm for the whole entry to multiple requests (each for every block)
  • Polish all examples in all prompts
  • Make formatting more consistent (now building the dictionary entry from various blocks deterministically)
  • Cleanup the command naming, update the plugin's title

Full Changelog: https://github.com/clockblocker/filler-de/compare/0.0.1...0.0.2

README file from

Github

Textfresser

An Obsidian plugin for efficient language learning

Open a German text.
Go to an unknown word.
Create a dictionary entry for it.
Add your context.
Link all forms and similar words.
Repeat.

Text with linked words

Graph View Example

Overview

The "Generate" command will take the name of the opened file and:

  • if it's not a normal form of a word, add a link to a file with a normal form
  • if it's a normal form, will generate the structured dictionary entry

Makes a dictionary entry with all forms of the word

A dictionary entry

The "Populate" command will:

  • create the files for ALL the links in current file
  • add an explicit backlink to the current file in every created file

Trivialises the navigation from declined froms to the normal form

Navigation Example

reise → ✈️ reisen
reisender → ✈️ reisen
gereist → ✈️ reisen
reistet → ✈️ reisen

Enables the collection of semantically linked words

Semantic group Example

Key Features

1. Structured Entry Templates

Each word type has a specialized template that includes:

  • Pronunciation
  • Conjugation/declension tables
  • Synonyms and antonyms
  • Translation
  • Morphological breakdown

The plugin automatically maintains bidirectional links between related words, helping you build a network of connected vocabulary:

  • Links between base verbs and their prefixed forms
  • Connections between synonyms and antonyms
  • References between related grammatical forms

Setup

  1. The plugin will drastically alter the default Obsidian behavior. It is highly recommended to use it in a special Vault. The easiest way is to copy the Vault with onboarding Tutorial

  2. The plugin will be creating a LOT of files (every conjugation of every word will live in its own file). So it is highly recommended to make a special folder ("Worter") for all the new files to go to by default. The example of the default folder All of the automatically created files go to Worter/{the_first_letter_of_the_word}/{word} by default

  3. Setup the hotkeys for plugin's commands. The essential ones are:

  • Generate a dictionary entry for the word in the title of the file (Generate command)
  • Add backlinks to the current file in all referenced files (Populate command)

Usage

  1. Go to any German text
  2. Select any German word and enclose it in [[]]
  3. Copy the context with [[selected_word]]
  4. Go to the [[selected_word]]
  5. Invoke the Generate command
  6. Go to the generated infinitive / normal form of the word
  7. Paste (Ctrl / Command + V)
  8. Invoke the Populate command

Network Use

This plugin utilizes network requests to communicate with the following remote services:

  • Google Gemini API: Used for translation, dictionary entry generation, and other language processing tasks.

These APIs require network access to function properly. The plugin sends text to these services for processing and receives the results back. Your API keys are stored securely within your Obsidian vault and are not shared with any third parties.

API Keys

This plugin requires you to provide your own API keys for the Google Gemini API. You can obtain these keys by creating accounts on the respective platforms.

Disclaimer

This plugin is not affiliated with or endorsed by Google. The use of the Google Gemini API is subject to their respective terms of service.

License

This plugin is licensed under the MIT License. See the LICENSE file for the full license text.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.