# 【extension】ProjectManager

[![image-1638770347187.png](https://bookstack.treemanou.com/uploads/images/gallery/2021-12/scaled-1680-/ttfwvNFWPFprId3R-image-1638770347187.png)](https://bookstack.treemanou.com/uploads/images/gallery/2021-12/ttfwvNFWPFprId3R-image-1638770347187.png)

```JSON
// "name": 顯示名稱,
// "rootPath": 本機資料夾("\" 要寫成 "\\"),
// "tag": tag分類,
// 是否顯示
[
	{
      "name": "go_demo",
      "rootPath": "D:\\go_workspace\\go_demo",
      "tags":["go","test"],
      "enabled": true
	},{
       "name": "go_demo2",
      "rootPath": "D:\\go_workspace\\go_demo2",
      "tags":["go","test"],
      "enabled": true
	}
 ]
```

使用 tag / list 排序

[![image-1638774516996.png](https://bookstack.treemanou.com/uploads/images/gallery/2021-12/scaled-1680-/UJdkcx9a2dLjmQmr-image-1638774516996.png)](https://bookstack.treemanou.com/uploads/images/gallery/2021-12/UJdkcx9a2dLjmQmr-image-1638774516996.png)

[![image-1638774582569.png](https://bookstack.treemanou.com/uploads/images/gallery/2021-12/scaled-1680-/F3GGbtR6k9eBMgkI-image-1638774582569.png)](https://bookstack.treemanou.com/uploads/images/gallery/2021-12/F3GGbtR6k9eBMgkI-image-1638774582569.png)