Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Oct 5, 2021
2 parents 112f361 + 532f1a7 commit d2fb350
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ sidebar:
- title: "Standard Library"
url: /docs/standard-library
- title: "Troubleshooting"
url: /docs/troubleshooting
url: /docs/troubleshooting
- title: Content
children:
- title: "Community Filters"
url: /docs/community-filters
2 changes: 1 addition & 1 deletion docs/_pages/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ feature_row:

# Welcome to Regolith!

Get started by reading out [introduction](/docs/introduction).
Get started by reading the [introduction!](/docs/introduction)

32 changes: 32 additions & 0 deletions docs/_pages/docs/content/community-filters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
permalink: /docs/community-filters
layout: single
classes: wide
title: Community Filters
sidebar:
nav: "sidebar"
---

The beauty of Regolith is that filters can be written and shared by anyone! This page contains an uncurated list of community filters. If your filter doesn't appear here, let us know!

Community filters may always be accessed directly via their URL:

```json
{
"url": "github.com/user/repo/folder"
}
```

As always, please use caution when running unknown code.

## Filters

| Name | Author | Description |
|---------------------------------------------------------------------------------------------------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Say Function Name](https://github.com/Nusiq/regolith-filters/tree/master/debug_say_function_name) | Nusiq | Adds say command to the functions from specified paths to print the names of the functions when they're executed. |
| [pytemplate](https://github.com/Nusiq/regolith-filters/tree/master/pytemplate) | Nusiq | This filter loops through the JSON files from RP and BP that match provided glob patterns (*/**.json by default), when it finds a JSON key that matches the name specified in settings, it replaces it with a value generated based on template file. |
| [subfunctions](https://github.com/Nusiq/regolith-filters/tree/master/subfunctions) | Nusiq | It extends the syntax of Mcfunctions and lets you implement function files inside other function files. |
| [Echo:NPC](https://github.com/SirLich/echo-npc-regolith/echo) | SirLich | Compiles Echo:NPC templates. |
| [JSON Templating Engine](https://github.com/MCDevKit/regolith-library/tree/main/json_templating_engine) | MCDevKit | JSON templating engine for quicker generation of complicated JSON files. |
| [Templater](https://github.com/Hatchibombotar/useful-regolith-filters/tree/main/templater) | Hatchibombatar | A templater filter for regolith. |
| [Function Shorthand](https://github.com/evilguy50/my_regolith_filters/tree/master/shorthand) | evilguy50 | Filter for having shorthand syntax inside of functions. |

0 comments on commit d2fb350

Please sign in to comment.