pingzi-crypto21 downloadsWeave free-form notes into structured notes with your own templates, fields, tables, and checklists.
English | 简体中文
Note Loom is an Obsidian plugin that turns free-form notes into structured notes using your own templates. You can write freely first, then preview, adjust, and confirm before generating the final note.
Import templates
Open Settings -> Community plugins -> Note Loom, choose your template root folder, and import the Markdown templates you want to use.
Configure a template
Click Edit in the template list. Confirm the output folder, filename field, field aliases, and sections you want Note Loom to generate. Simple templates can usually keep the defaults.
Open a source note Open an Inbox note, meeting note, reading excerpt, project note, or any Markdown note you want to process.
Start generation
Open the Obsidian command palette, search for Generate Structured Note, and run it. You can also click the left Ribbon icon, then choose a template.
Preview and confirm In the generation modal, review fields, sections, output path, and preview content. Adjust anything you need, then generate the structured note.
Source note:
Title: Progressive reading
Topic: How to turn a book into reusable concept notes
Core idea: Start with questions, organize ideas, then turn them into actions.
Next step: Write a concept note and link it to the reading index.
Template:
---
title: {{Title}}
tags:
---
# {{Title}}
## Topic
{{Topic}}
## Core idea
{{Core idea}}
## Next step
{{Next step}}
Generated note:
---
title: Progressive reading
tags:
---
# Progressive reading
## Topic
How to turn a book into reusable concept notes
## Core idea
Start with questions, organize ideas, then turn them into actions.
## Next step
Write a concept note and link it to the reading index.
{{field name}} as the main placeholder syntax, and can write to frontmatter, repeated body fields, and Dataview inline fields.Title: Progressive reading or Next step, write a concept note.Many Obsidian setups do not need more templates. They need a path from Inbox notes to finished notes.
Note Loom moves loose notes into the knowledge bases, project systems, meeting records, or journals you already designed. It handles repetitive copying, field alignment, and structure cleanup, while leaving judgment, selection, and confirmation to you.
The result: you do not have to clear your Inbox by willpower, and you do not have to spend your best organizing time on mechanical copy-and-paste work.