https://github.com/hsayed21/list2cards
list2cards is a lightweight MarginNote add-on that converts structured lists and outlines into mindmap cards
https://github.com/hsayed21/list2cards
margin-note margin-note-plugin
Last synced: about 1 month ago
JSON representation
list2cards is a lightweight MarginNote add-on that converts structured lists and outlines into mindmap cards
- Host: GitHub
- URL: https://github.com/hsayed21/list2cards
- Owner: hsayed21
- License: mit
- Created: 2025-11-14T17:36:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T22:39:52.000Z (7 months ago)
- Last Synced: 2025-11-24T00:20:20.526Z (7 months ago)
- Topics: margin-note, margin-note-plugin
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# List to Cards - MarginNote Plugin
Transform hierarchical text lists into mind map card trees instantly! Perfect for outlining, brainstorming, and organizing ideas.
## What It Does
This focused plugin does ONE thing extremely well: **converts pasted hierarchical lists into organized card structures**.
```
Input: Output:
- parent1 ┌─parent1
- sub1 │ ├─sub1
- sub2 │ └─sub2
- parent2 → └─parent2
- sub3 ├─sub3
- sub4 └─sub4
```
## Quick Start
1. **Copy your list**: Select any hierarchical list text and copy it to clipboard
2. **Open MarginNote**: Open a notebook or create a new one
3. **Click the plugin button**: Find "List to Cards" button in the toolbar
4. **Done!** Cards are created automatically with hierarchy preserved from clipboard
## Installation
1. Download `list2cards.mnaddon`
2. Open MarginNote
3. Go to Extensions → Import Extension
4. Select the downloaded `.mnaddon` file
5. Restart MarginNote
## License
This project is licensed under the [MIT License](LICENSE.txt) - see the LICENSE file for details.