Latest version | 1.8.3 |
---|---|
Minimum Core | 0.7.9 |
Compatible Core | 10 |
Last updated | 2 years ago |
Created | 3 years ago |
Authors |
|
Languages |
English Español French |
Systems | All systems |
Project source | Project URL |
Report bugs | Bug tracker URL |
Read-me | Readme URL |
Changelog | Changelog URL |
License | License URL |
A library module for using the Ace editor in Foundry VTT.
To easily add an Ace editor, you can create a <div>
and use ace.edit
to initialize. You can create multiple editors at once with this method.
let editor = ace.edit("the-id-of-the-div");
This will set the Ace options to the ones that the user has configured in module settings.
editor.setOptions(ace.userSettings);
Set the editor's contents
editor.setValue("initial value");
Get the editor's contents
editor.getValue();
Instructions for customizing each editor individually are available on the official guide which has examples of how to set various options. This is useful when you need an editor to work a certain way (e.g. force the use of JSON), but should be used sparingly since it robs the user of their choice. These will override the user's choices. Different editors can use different options even if they are open simultaneously.
Press Ctrl+Alt+h or Cmd+Alt+h to view a list of all the keyboard shortcuts available. You can access the command palette by pressing F1 while focusing on the editor.
Come hang out on my Discord server if you have questions, suggestions, or need help.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: acelib or copy its manifest URL:
And paste it to the input box at the bottom of your window.
You can install this package directly to your Forge account.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.