Giter Club home page Giter Club logo

5e-homebrew-snippets's People

Contributors

git-gor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jklein64 palikhov

5e-homebrew-snippets's Issues

Add `header` key to subclassFeature

Controls the level of the header the feature will have
I.e. "header": 1 is small caps with a divisory line (like the class features have), "header": 2 is small caps but without the divisor, and "header": 3 is a bold-italics line like the monster features.

For subclasses the first feature they get (The one that's named after the subclass and has a small explanation) should be header 1 (or none), and the rest should be header 2

Add `entryStatblock` snippet

Please add a snippet for statblock references, note that type is always "statblock" and tag determines what type of property is being referenced.
Page denotes what page the entry appears on, which can be different to the referenced block's original location. It should be used to enable in-book page jumping.

{
	"type": "statblock",
	"tag": "",
	"source": "",
	"name": "",
	"page": 
}

Make the description of the item snippet "more descriptive".

The item snippet, which refers to an item within a list, can be confused with the standalone item data entry type.

The description of the snippet should be improved, listing more clearly its use (specially considering that the snippet itself is very basic, and it is hard to guess what it's referring to).

Also should consider changing its name for when the standalone item is eventually added.

Add a quick and headless `entries` snippet

By @Lxran

For quickly going down a header step

{
    "entriesHeadless": {
        "prefix": "entriesHeadless",
        "body": [
            "{",
            "\t\"type\": \"entries\",",
            "\t\"entries\": [",
            "\t\t$1",
            "\t]",
            "}"
        ],
        "description": "Headless entries block, for going down one header level."
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.