foundry-vtt-community / Macros

Licence: cc-by-sa-4.0
FVTT Community Macros - 📝 Contribute macros or download them as a module! 📝

Programming Languages

javascript
184084 projects - #8 most used programming language
macros
77 projects

Labels

Projects that are alternatives of or similar to Macros

Vipera
Project is now called Swift template, check the link ➡️
Stars: ✭ 57 (-37.36%)
Mutual labels:  module
Reexport.jl
Julia macro for re-exporting one module from another
Stars: ✭ 69 (-24.18%)
Mutual labels:  module
Dynamopython
Python Modules for Dynamo
Stars: ✭ 84 (-7.69%)
Mutual labels:  module
Daggraph
Dagger dependency graph generator for Android Developers
Stars: ✭ 1,140 (+1152.75%)
Mutual labels:  module
Annotationkit
The annotation implementation using Objective-C
Stars: ✭ 68 (-25.27%)
Mutual labels:  module
Simplenews.io
🏸 A news App,based on the RxJava 、MVP. 基于MVP、RxJava 、Android 组件化的新闻博客客户端.
Stars: ✭ 74 (-18.68%)
Mutual labels:  module
Modules
Modules in R
Stars: ✭ 54 (-40.66%)
Mutual labels:  module
Redisgraph
A graph database as a Redis module
Stars: ✭ 1,292 (+1319.78%)
Mutual labels:  module
Invoice It
📃 Generate your orders or your invoices and export them in html, pdf or buffer easily.
Stars: ✭ 69 (-24.18%)
Mutual labels:  module
Acmailer
Mail sending module for Mezzio and Laminas MVC with support for file attachment and template email composition
Stars: ✭ 80 (-12.09%)
Mutual labels:  module
Import Http
Import modules from URL instead of local node_modules
Stars: ✭ 1,150 (+1163.74%)
Mutual labels:  module
Epee React Admin Ts
🗡简洁、高效、易扩展的 React 快速开发模板,基于布局设计,纯 Hooks 开发,提供全链路类型检查及工具
Stars: ✭ 68 (-25.27%)
Mutual labels:  module
Module Alias
Register aliases of directories and custom module paths in Node
Stars: ✭ 1,191 (+1208.79%)
Mutual labels:  module
Electron Progressbar
electron-progressbar provides an easy-to-use and highly customizable API to show and control progress bars on Electron applications.
Stars: ✭ 58 (-36.26%)
Mutual labels:  module
Libvmod Querystring
Query-string module for Varnish Cache
Stars: ✭ 85 (-6.59%)
Mutual labels:  module
Npm Compare
Compare npm packages from your terminal
Stars: ✭ 55 (-39.56%)
Mutual labels:  module
Css Vars Ponyfill
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
Stars: ✭ 1,166 (+1181.32%)
Mutual labels:  module
Depject
simplest dependency injection
Stars: ✭ 90 (-1.1%)
Mutual labels:  module
Pro
A Java build tool that works seamlessly with modules
Stars: ✭ 88 (-3.3%)
Mutual labels:  module
Abp.aspnetcore.mvc.ui.theme.adminlte
An ABP theme module based on AdminLTE
Stars: ✭ 80 (-12.09%)
Mutual labels:  module

Foundry VTT Macros Repository

Foundry community-contributed macros are noted here and merged into the Foundry Community Macros module for ease of use.

Macros may cause unintended side effects, such as issues with performance. Please read the comments in each macro to understand how it works before running!

Installation

Usage as a Module

You can now install this module automatically by specifying the following public module URL :

https://raw.githubusercontent.com/foundry-vtt-community/macros/master/module.json

As GM go to the Manage Modules options menu in your World Settings tab then enable the Foundry Community Macros module.

This module adds all of the community macros as a Compendium Packs called FVTT Community Macros.

You can open these packs, right click and click on import the macros you want. You can then add these macros to the Macro Toolbar at the bottom of the screen.

Usage without the Module:

  1. Download the .js file to your machine
  2. Create a new macro in Foundry
  3. Right click the macro in the Macro Toolbar and click import
  4. Import your .js file and celebrate

Development/Contributing

To clone this repository, along with every macro in it, use the following command:

git clone https://github.com/foundry-vtt-community/macros.git

You can make pull requests to add or update macros here: https://github.com/foundry-vtt-community/macros/pulls

  1. Navigate to the directory where you wish to add your file
  2. Click on add file at the top
  3. Name your file with a .js ending and paste your content and save (add details in the description field of your .js file)
  4. Save the file and then open a pull request (GitHub should walk you through these steps)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].