Skip to content

Commit 44981f7

Browse files
authored
Merge pull request #60 from iLPdev/main
Full Revert to 0.1.3-alpha State
2 parents dcb8e85 + 7ea0ce0 commit 44981f7

File tree

7 files changed

+817
-503
lines changed

7 files changed

+817
-503
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/sublimetext
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=sublimetext
4+
5+
### SublimeText ###
6+
# Cache files for Sublime Text
7+
*.tmlanguage.cache
8+
*.tmPreferences.cache
9+
*.stTheme.cache
10+
11+
# Workspace files are user-specific
12+
*.sublime-workspace
13+
14+
# Project files should be checked into the repository, unless a significant
15+
# proportion of contributors will probably not be using Sublime Text
16+
*.sublime-project
17+
18+
# SFTP configuration file
19+
sftp-config.json
20+
21+
# Package control specific files
22+
Package Control.last-run
23+
Package Control.ca-list
24+
Package Control.ca-bundle
25+
Package Control.system-ca-bundle
26+
Package Control.cache/
27+
Package Control.ca-certs/
28+
Package Control.merged-ca-bundle
29+
Package Control.user-ca-bundle
30+
oscrypto-ca-bundle.crt
31+
bh_unicode_properties.cache
32+
33+
# Sublime-github package stores a github token in this file
34+
# https://packagecontrol.io/packages/sublime-github
35+
GitHub.sublime-settings
36+
37+
# End of https://www.toptal.com/developers/gitignore/api/sublimetext
38+
39+
# Created by https://www.toptal.com/developers/gitignore/api/windows
40+
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
41+
42+
### Windows ###
43+
# Windows thumbnail cache files
44+
Thumbs.db
45+
Thumbs.db:encryptable
46+
ehthumbs.db
47+
ehthumbs_vista.db
48+
49+
# Dump file
50+
*.stackdump
51+
52+
# Folder config file
53+
[Dd]esktop.ini
54+
55+
# Recycle Bin used on file shares
56+
$RECYCLE.BIN/
57+
58+
# Windows Installer files
59+
*.cab
60+
*.msi
61+
*.msix
62+
*.msm
63+
*.msp
64+
65+
# Windows shortcuts
66+
*.lnk
67+
68+
# End of https://www.toptal.com/developers/gitignore/api/windows

README.md

Lines changed: 75 additions & 51 deletions
Large diffs are not rendered by default.
-1.28 KB
Binary file not shown.

src/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
the xml module will live here
1+
# discMapper Mudlet Module
2+
3+
For developers, this [Mudlet Module](https://wiki.mudlet.org/w/Mudlet_Packages#What_is_a_Mudlet_module) file allows live git updates to your cloned repositories from withtin Mudlet's editor!
4+
You should also be ale to use the same cloned XML file across multiple Mudlet profiles simultaneously.
5+
6+
## Installation
7+
You may install it to each desired Mudlet profile as follows:
8+
9+
1. Open your desire destination profile in Mudlet
10+
1. Uninstall `generic_mapper` and any other old discMapper files
11+
- From Mudlet's main menu, `Toolbox` --> `Package manager`, select package, click `Uninstall`)
12+
1. Install and sync the discMapper module file
13+
- Select `Toolbox` --> `Module manager` --> Click `Install`
14+
- Navigate to `/discMapper/src` within your locally cloned branch of choice
15+
- Select the `discMapper.xml` file and click `Open`
16+
- Check 'sync' for the discMapper Module, and close the Module Manager
17+
1. Verify the discMapper triggers, aliases, and scripts are now available in Mudlet's editor
18+
19+
## Usage
20+
To save any changes you make to the discMapper package from within Mudlet, **you must click the `Save Profile`
21+
button from within Mudlet's script editor** (__not__ the 'Save Profile As...' button).
22+
23+
## See Also
24+
See the main [README](https://www.github.com/iLPdev/discMapper/README.md) for details on [discMapper](https://www.github.com/iLPdev/discMapper)
25+
and this repository.

0 commit comments

Comments
 (0)