A simple yet efficient Raycast extension that streamlines your note creation workflow in Typora (or any markdown editor).
Inspired by Obsidian's folder-notes, this tool automates the repetitive and error-prone steps of note initialization β without relying on plugins.
ποΈ Configurable Root Folder
Define a root directory where all your notes will be stored. Keeps your workspace tidy and consistent.
π Note Folder + Markdown File in One Click
Creates a new folder (named after your note) and initializes a markdown file inside β either with the same name or a default index.md
.
π§© Template Support (optional)
Choose from your own markdown templates when creating a new note. Helps you standardize structure and save time.
π§Ή Easy Cleanup
Since each note and its resources are stored in a dedicated folder, deleting a note is as simple as deleting the folder β no leftover assets to track down.
Your notes will follow this structure:
notes-root/
βββ My New Note/
β βββ My New Note.md # or index.md
β βββ image.png
βββ Another Note/
β βββ Another Note.md
β βββ diagram.svg
You can optionally configure:
My New Note.md
)index.md
(perfect for Hugo-style content organization)Create Note
You can configure the following in the extension's settings:
index.md
or match folder nameTypora is an excellent markdown editor but lacks plugin support. This Raycast extension fills that gap by handling the file/folder boilerplate for you β letting you focus on writing.
Having a fixed template directory ensures that all your note templates are always in a predictable place, making it easier for the extension to manage, find, and use your templates reliably. This also avoids confusion and potential errors caused by moving or renaming the template folder.
assets/
) automaticallyThis tool was built to solve a real-world workflow issue. If you have ideas, feature requests, or want to contribute β feel free to open an issue or pull request!
More detail see https://developers.raycast.com