Skip to content

Releases: filipaldi/text-composer

Initial Release - Text Composer v1.0.0

09 Jul 13:18

Choose a tag to compare

Obsidian plugin that compiles markdown documents by recursively including the content of linked documents. This plugin ensures that your main document remains unchanged while generating a new compiled document.

Features

  • Compile Linked Documents: Merge content from linked documents using the ![[link_to_document]] syntax.
  • Recursive Handling: Automatically handle nested document links, compiling content to any depth.
  • New Compiled Document: Generate a new .md file with the compiled content, leaving the original document unchanged.