General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Process a single note - add structure, tags, and related topics without moving it.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Process a single note - add structure, tags, and related topics without moving it.
filename: The note file to process (in inbox/ or full path)Find the note:
inbox/Read and analyze:
Add structure:
Frontmatter (add at top if missing, merge if exists):
---
title: [Inferred or existing title]
date: [Original date or today]
processed: [Today's date]
tags:
- [relevant tags using hierarchy from CLAUDE.md]
aliases: []
---
Content improvements:
> [!info] callout to clearly mark AI-added content[[wikilinks]] to concepts that could link to other notesFooter:
---
## Related
- [[Related Topic 1]]
- [[Related Topic 2]]
**Suggested destination:** `folder-name/`
Show result:
Save changes:
/organize to move)/process-note my-idea.md
/process-note inbox/meeting-notes.md
/process-note # (will prompt for file selection)