You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Import snippets, markdown notes, and API collections into massCode from VS Code, Raycast, SnippetsLab, GitHub Gists, Obsidian, OpenAPI, Postman, and Bruno."
4
+
---
5
+
6
+
# Imports
7
+
8
+
Imports bring existing work into massCode so your vault can start with the material you already use. Each import shows a preview before writing to disk, including the detected source, item counts, folders, tags, and warnings for skipped or unsupported source features.
9
+
10
+
## Code Imports
11
+
12
+
Use Code imports for snippet libraries and snippet-like exports.
13
+
14
+
Supported sources:
15
+
16
+
-**VS Code snippets JSON** - imports snippets from `.json` and `.code-snippets` files.
17
+
-**Raycast snippets JSON** - imports snippets from Raycast exports.
18
+
-**SnippetsLab JSON** - imports snippets, folders, tags, descriptions, and fragments from SnippetsLab exports.
19
+
-**Public GitHub Gist URLs** - imports files from public Gists into Code.
20
+
21
+
Open the **Code** space and choose **Import snippets** from the sidebar actions or Command Palette.
22
+
23
+
## Notes Imports
24
+
25
+
Use Notes imports to bring markdown notes into massCode.
26
+
27
+
Supported source:
28
+
29
+
-**Obsidian markdown folders** - imports markdown files into Notes while keeping folder structure where possible.
30
+
31
+
Open the **Notes** space and choose **Import notes** from the sidebar actions or Command Palette.
32
+
33
+
## HTTP Imports
34
+
35
+
Use HTTP imports when you already have API collections or specifications in another tool.
36
+
37
+
Supported sources:
38
+
39
+
-**OpenAPI JSON/YAML**
40
+
-**Postman Collection v2.1 JSON**
41
+
-**Postman Environment JSON**
42
+
-**Bruno OpenCollection YAML**
43
+
-**Bruno OpenCollection ZIP**
44
+
45
+
For the full HTTP workflow, see [Importing HTTP Collections](/documentation/http/importing).
46
+
47
+
## Preview And Warnings
48
+
49
+
Before anything is written to your vault, massCode reads the selected files or URL and shows a preview. Review the detected source, item counts, folders, tags, and warnings, then click **Import** to create the previewed items.
50
+
51
+
Warnings do not always block import. They usually mean that part of the source data has no equivalent in massCode, such as unsupported auth, disabled variables, attachments, smart groups, or source-specific metadata.
0 commit comments