Skip to content

Commit 545ae1b

Browse files
authored
Merge pull request #4 from HumanSignal/fb-leap-1683/custom-scripts
feat: LEAP-1683: Custom scripts dropdown
2 parents ad426f9 + aa463d4 commit 545ae1b

File tree

25 files changed

+68
-0
lines changed

25 files changed

+68
-0
lines changed

.DS_Store

-10 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

count_words_in_textarea/.DS_Store

-6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

manifest.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
[
2+
{
3+
"title": "Bulk Labeling",
4+
"description": "Bulk Labeling",
5+
"path": "bulk_labeling",
6+
"private": false
7+
},
8+
{
9+
"title": "Textarea Wordcount",
10+
"description": "Textarea Wordcount",
11+
"path": "count_words_in_textarea",
12+
"private": false
13+
},
14+
{
15+
"title": "Send Prompt to LLM",
16+
"description": "Connects to LLM Backend",
17+
"path": "llm_backend",
18+
"private": false
19+
},
20+
{
21+
"title": "Markdown to HTML",
22+
"description": "Converts markdown to HTML format",
23+
"path": "markdown_to_html",
24+
"private": false
25+
},
26+
{
27+
"title": "NER Overlap Validations",
28+
"description": "Prevents overlaps of NER labels",
29+
"path": "ner_text-span-overlap_validation",
30+
"private": false
31+
},
32+
{
33+
"title": "Pausing Annotator",
34+
"description": "Pausing Annotator",
35+
"path": "pausing_annotator",
36+
"private": false
37+
},
38+
{
39+
"title": "Insert Plotly Chart",
40+
"description": "Insert Plotly Chart",
41+
"path": "plotly",
42+
"private": false
43+
},
44+
{
45+
"title": "Redact Pii",
46+
"description": "Redact Pii",
47+
"path": "redact_pii",
48+
"private": false
49+
},
50+
{
51+
"title": "Dynamic Image Swap",
52+
"description": "Changes active image based on conditions",
53+
"path": "show_different_images_based_on_label_selected",
54+
"private": false
55+
},
56+
{
57+
"title": "Spellcheck",
58+
"description": "Validates misspelled text",
59+
"path": "spellcheck",
60+
"private": false
61+
},
62+
{
63+
"title": "Validate JSON",
64+
"description": "Validate JSON",
65+
"path": "validate_json_in_textarea",
66+
"private": false
67+
}
68+
]
File renamed without changes.

0 commit comments

Comments
 (0)