mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
Update
- Started organizing D&D sections. - Tidied up Regex Tools. - Temp deploy for main-2. - Some misc changes.
This commit is contained in:
parent
031362700c
commit
46e2345130
9 changed files with 41 additions and 44 deletions
2
.github/workflows/deploy-gh-pages.yml
vendored
2
.github/workflows/deploy-gh-pages.yml
vendored
|
@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main-2]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
|
@ -220,6 +220,7 @@ export function transform(text: string): string {
|
|||
.replace(/.25BA_/g, '')
|
||||
.replace(/.25B7_/g, '')
|
||||
.replace(/_.2F_/g, '-')
|
||||
.replace(/_?.26amp.3B_?/g, '-')
|
||||
|
||||
_text = replaceUnderscore(_text)
|
||||
.replace(/\/#(\d)/g, '/#_$1') // Prefix headings starting with numbers
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
* [Russian Records](https://www.russian-records.com/) - Russian Record Recordings
|
||||
* [Measuring Polyphony](https://measuringpolyphony.org/) - Digital Encoding of Late Medieval Music
|
||||
* [DigLib](https://diglib.library.vanderbilt.edu/ama-browse.pl) - East African Recordings
|
||||
* [Tabletop Audio](https://tabletopaudio.com/) - Ambient Downloadable/Streamable Audio for Tabletop Games
|
||||
* [Openwhyd](https://openwhyd.org/) - Music Sharing Community / [Chrome](https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk)
|
||||
|
||||
***
|
||||
|
|
|
@ -439,16 +439,14 @@
|
|||
|
||||
## ▷ Map Creators / Editors
|
||||
|
||||
* ↪️ **[D&D Creator Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_d.26amp.3Bd_creator_tools)**
|
||||
* ⭐ **[SpriteFusion](https://www.spritefusion.com/)** - Tilemap Editor / [Discord](https://discord.gg/8sCEAspmBV)
|
||||
* [MapEditor](https://www.mapeditor.org/) or [Tilesetter](https://www.tilesetter.org/) - Level Editors
|
||||
* [LDtk](https://ldtk.io/) or [Ogmo Editor](https://ogmo-editor-3.github.io/) - 2D Level Editors
|
||||
* [CharPad](https://subchristsoftware.itch.io/charpad-c64-free) - Commodore 64 Graphics Editor
|
||||
* [Fantasy Map Generator](https://azgaar.github.io/Fantasy-Map-Generator/) - Fantasy Map Generator
|
||||
* [Inkarnate](https://inkarnate.com/) - Fantasy Map Editor
|
||||
* [HexHTML](https://hextml.playest.net/) - Hexagon Fantasy Map Editor
|
||||
* [ProFantasy](https://rpgmaps.profantasy.com/) - Fantasy Map Tutorials
|
||||
* [Medieval Fantasy City Generator](https://watabou.itch.io/medieval-fantasy-city-generator) - Medieval Fantasy City Generator
|
||||
* [donjon](https://donjon.bin.sh/) - RPG Resources / Tools
|
||||
* [RPG Map II](https://deepnight.itch.io/tabletop-rpg-map-editor) - RPG Map Editor
|
||||
* [MapTool](https://www.rptools.net/toolbox/maptool/) - Virtual Tabletop for RPG Games
|
||||
* [Inkwell Ideas](https://inkwellideas.com/free-tools/) - Free Map Tools
|
||||
|
@ -456,7 +454,6 @@
|
|||
* [Laigter](https://azagaya.itch.io/laigter) - Map Generator for 2D Sprites
|
||||
* [Dungeon Scrawl](https://www.dungeonscrawl.com/) - Dungeon Mapmaking Tool / [Subreddit](https://www.reddit.com/r/dungeonscrawl/) / [Discord](https://discord.com/invite/RxyZyXg) / [GitHub](https://probabletrain.itch.io/dungeon-scrawl)
|
||||
* [Dungeon Map Doodler](https://dungeonmapdoodler.com/) - Draw Dungeon & Terrain Maps
|
||||
* [One Page Dungeon](https://watabou.itch.io/one-page-dungeon) - Single-page Dungeon Map Generator
|
||||
|
||||
***
|
||||
|
||||
|
@ -977,19 +974,17 @@
|
|||
|
||||
## ▷ Regex Tools
|
||||
|
||||
* **Note** - You can use AI chatbots like ChatGPT to create complex regex patterns more easily.
|
||||
* **Note** - You can use [AI chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai/#wiki_.25B7_online_chatbots) to create regex patterns more easily.
|
||||
|
||||
***
|
||||
|
||||
* 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Resources
|
||||
* ⭐ **[Regex Vis](https://regex-vis.com/)**, [Regulex](https://jex.im/regulex/), [Regexper](https://regexper.com/) - Regex Visualizer
|
||||
* ⭐ **[RegexLearn](https://regexlearn.com/)**, [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Learn Regex
|
||||
* ⭐ **[RegExr](https://regexr.com/)**, [Rubular](https://rubular.com/) or [Regex101](https://regex101.com/) - Regex Editors
|
||||
* ⭐ **[grex](https://pemistahl.github.io/grex-js/)** or [Regex Generator](https://regex-generator.olafneumann.org/) - Regex Generators
|
||||
* [RegexOne](https://regexone.com/) - Regex Practice
|
||||
* [iHateRegex](https://ihateregex.io/) - Regex Patterns
|
||||
* 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Tools & Resources
|
||||
* ⭐ **[Regex Vis](https://regex-vis.com/)** - Regex Visualizer
|
||||
* ⭐ **[regex101](https://regex101.com/)** or [RegExr](https://regexr.com/) - Regex Editors
|
||||
* [RegexLearn](https://regexlearn.com/), [RegexOne](https://regexone.com/), [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Regex Learning / Practice Resources
|
||||
* [Regex Syntax Cheatsheet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet) - Regex Cheatsheet (JS Flavor)
|
||||
* [iHateRegex](https://ihateregex.io/) - Premade Regex Patterns List
|
||||
* [Melody](https://yoav-lavi.github.io/melody/book/) - Compile to Regex / [GitHub](https://github.com/yoav-lavi/melody)
|
||||
* [PyRegex](http://www.pyregex.com/) - Python Regex Playground
|
||||
|
||||
***
|
||||
|
||||
|
|
|
@ -910,13 +910,13 @@
|
|||
## ▷ Rubiks Cube
|
||||
|
||||
* 🌐 **[Cubing.net](https://www.cubing.net/)** - Cubing Tools
|
||||
* ↪️ **[Cube Simulators / Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_rubiks_cube)**
|
||||
* ↪️ **[Cube Simulators / Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25B7_rubiks_cube)**
|
||||
* ⭐ **[J Perm](https://jperm.net/)**, [CubeSkills](https://www.cubeskills.com/), [RubiksTrainer](https://rubikstrainer.com/) or [Easiest Solve](https://easiestsolve.com/) - Cubing Tutorials / Practice Resources
|
||||
* ⭐ **[CubeDesk](https://cubedesk.io/)** or **[csTimer](https://cstimer.net/)** - Feature-Rich Cubing Timers
|
||||
* ⭐ **[SpeedCubeDB](https://speedcubedb.com/)** - Algorithm Database
|
||||
* [SpeedSolving](https://www.speedsolving.com/) / [Wiki](https://www.speedsolving.com/wiki) or [Ruwix](https://ruwix.com/) - Cubing Wiki / Community Forum
|
||||
* [World Cube Association](https://www.worldcubeassociation.org/) - Cubing Competitions & Records
|
||||
* [Cubing Time Standard](https://cubingtimestandard.com/) - Track Performance Across WCA Events
|
||||
* [Cubing Time Standard](https://cubingtimestandard.com/) - Track Your Performance Across WCA Events
|
||||
* [alg.cubing.net](https://alg.cubing.net/), [CubeDB](https://cubedb.net/), or [Tao Yu Trainer](https://tao-yu.github.io/Alg-Trainer/) - Algorithm Animators / Visualizers
|
||||
* [F2L Trainer](http://expertcuber.by/f2ltrainer.php) or [ZBLL Trainer](http://bestsiteever.ru/zbll/) - Algorithm-Specific Trainers
|
||||
* [Hypercubing](https://hypercubing.xyz/) - Hypercubing Wiki
|
||||
|
|
|
@ -936,11 +936,11 @@
|
|||
* ⭐ **[dice.run](https://dice.run/)**, [Random Dice](http://www.dicesimulator.com/) or [Desktop Dice](https://girkovarpa.itch.io/desktopdice) - Dice Simulators
|
||||
* ⭐ **[Kanka](https://kanka.io/)** - Tabletop RPG Manager
|
||||
* [Roll for Fantasy](https://rollforfantasy.com/), [Kassoon](https://www.kassoon.com/) or [DragonsFoot](https://www.dragonsfoot.org/) - TTRPG Tools
|
||||
* [Tabletop Audio](https://tabletopaudio.com/) - Free Immersive Soundtracks for TTRPGs
|
||||
* [RPG.net](https://forum.rpg.net/) - RPG Forums
|
||||
* [FantasiaArchive](https://fantasiaarchive.com/) - World Building / Documenting Tool
|
||||
* [Archives of Nethys](https://aonprd.com/) - Pathfinder Database
|
||||
* [WarGamer](https://www.wargamer.com/) - Tabletop RPG Guides
|
||||
* [Roll20](https://roll20.net/) or [Rolisteam](https://rolisteam.org/) - Tabletop RPG Streaming
|
||||
* [Tabletopy](https://tabletopy.com/) - Tabletop RPG Soundboard
|
||||
* [Eigengrau's Generator](https://eigengrausgenerator.com/) - Town / NPC Generator
|
||||
* [Map Generator](https://emptybuttons.itch.io/map-generator) - Tabletop Roleplaying Map Generator
|
||||
|
|
|
@ -426,7 +426,7 @@
|
|||
|
||||
## ▷ Rubiks Cube
|
||||
|
||||
* ↪️ **[Cubing Practice / Training](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_rubiks_cube)**
|
||||
* ↪️ **[Cubing Practice / Training](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_rubiks_cube)**
|
||||
* ⭐ **[Grubiks](https://grubiks.com/)** or **[Rubikverse](https://rubikverse.com/)** - Multi-Cube Types Simulators
|
||||
* ⭐ **[Rubik's Cube Explorer](https://iamthecu.be/)** - 3x3 Cube Simulator
|
||||
* [pCubes](https://twistypuzzles.com/forum/viewtopic.php?f=1&t=27054) - Multi-Cube Types App / Windows
|
||||
|
@ -495,6 +495,7 @@
|
|||
|
||||
* 🌐 **[Online Board Games](https://i.ibb.co/4Yzk4nV/Zb-Q2ste-L-o.png)** / [2](https://imgbox.com/ZbQ2steL/) - Board Game Index
|
||||
* ↪️ **[Tabletop Tools & Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_tabletop_tools)**
|
||||
* ⭐ **[Roll20](https://roll20.net/)** or [Rolisteam](https://rolisteam.org/) - Online Virtual Tabletop Platforms
|
||||
* [Mah-Jongg](https://www.mahjongfun.com/), [Mahjong4Friends](https://mahjong4friends.com/), [Classic Mahjong](https://classic-mahjong.com/) or [The Mahjong](https://themahjong.com/) - Mahjong Games
|
||||
* [lishogi.org](https://lishogi.org/) - Shogi
|
||||
* [Online GO](https://online-go.com/) - Multiplayer GO
|
||||
|
@ -530,32 +531,21 @@
|
|||
|
||||
## ▷ Dungeons & Dragons
|
||||
|
||||
* 🌐 **[How to Play Dungeons and Dragons](https://www.dnd-compendium.com/player-guides/newbie-guides)**
|
||||
* ⭐ **[DnDBeyond](https://www.dndbeyond.com/)** – Official Digital Toolset for 5E 🔃
|
||||
* ⭐ **[Roll20](https://roll20.net/)** – Online VTT (Virtual Tabletop) Platform 🔃
|
||||
* ⭐ **[5etools](https://5e.tools/)** – Comprehensive 5E Rule & Content Reference 🔃
|
||||
* ⭐ **[Kobold Fight Club](https://kobold.club/)** – Encounter Builder & Balancer
|
||||
* ⭐ **[Donjon](https://donjon.bin.sh/)** – Procedural Generator Collection 🔃
|
||||
* [TetraCube](https://tetra-cube.com/dnd/dnd-statblock.html) – Monster Statblock Generator
|
||||
* [D&D Compendium](https://www.dnd-compendium.com/) – Curated Index of D&D Resources
|
||||
* [RPGBot](https://rpgbot.net/) – Optimization Guides & Class Builds
|
||||
* [CaveTools](https://cavetools.app/) – Modular Encounter and Session Builder
|
||||
* [GM Binder](https://www.gmbinder.com/) – Homebrew Document Designer 🔃
|
||||
* [Homebrewery](https://homebrewery.naturalcrit.com/) – Make Official-Looking PDF Content 🔃
|
||||
* [D&D Wiki](https://www.dandwiki.com/) – Fan-Made Homebrew Archive
|
||||
* [World Anvil](https://www.worldanvil.com/) – Campaign Worldbuilding Suite 🔃
|
||||
* [Azgaar's Fantasy Map Generator](https://azgaar.github.io/Fantasy-Map-Generator/) – Procedural Map Creator 🔃
|
||||
* [One Page Dungeon Generator](https://watabou.itch.io/one-page-dungeon) – Minimal Dungeon Creator 🔃
|
||||
* [Scabard](https://www.scabard.com/) – Campaign Wiki & Session Planner
|
||||
* [Tabletop Audio](https://tabletopaudio.com/) – Free Immersive Soundtracks for TTRPGs 🔃
|
||||
* [Inkarnate](https://inkarnate.com/) – Custom Map Maker With Drag-n-Drop Editor 🔃
|
||||
* [DungeonFog](https://www.dungeonfog.com/) – Advanced Map Builder & Scene Preparer
|
||||
* [Avrae Bot](https://avrae.io/) – Discord Bot for D&D Automation
|
||||
* ↪️ **[D&D Creator Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_d.26amp.3Bd_creator_tools)**
|
||||
* ⭐ **[D&D Compendium](https://www.dnd-compendium.com/)** - D&D Tools & Learning Resources
|
||||
* ⭐ **[5etools](https://5e.tools/)** - 5E Rules & Content Reference
|
||||
* ⭐ **[D&D Beyond](https://www.dndbeyond.com/)** - Official Digital Toolset for 5E
|
||||
---
|
||||
* ⭐ **[Kobold Fight Club](https://koboldplus.club/)** - Encounter Builder & Balancer
|
||||
* [RPGBot](https://rpgbot.net/) - Optimization Guides & Class Builds
|
||||
* [GM Binder](https://www.gmbinder.com/) - Homebrew Document Designer
|
||||
* [D&D Wiki](https://www.dandwiki.com/) - Fan-Made Homebrew Archive
|
||||
* [World Anvil](https://www.worldanvil.com/) - Campaign Worldbuilding Suite
|
||||
* [Scabard](https://www.scabard.com/) - Campaign Wiki & Session Planner
|
||||
* [Avrae](https://avrae.io/) - Discord Bot for D&D Automation
|
||||
---
|
||||
from tabletop tools:
|
||||
* [Adventurer's Codex](https://adventurerscodex.com) - Online D&D 5e Campaign Manager / System
|
||||
* [NaturalCrit](https://www.naturalcrit.com/) - Create D&D Homebrews / Badges
|
||||
* [DnD-Books](https://github.com/EllatharTheHalfling/DnD-Books/) - D&D 4e/5e Books
|
||||
* [Cruinne's D&D Reading Room](https://arcadia.net/Cruinne/DnD/) - AD&D / D&D Resources / [World Building Checklist](https://arcadia.net/Cruinne/DnD/Articles/worldbuilding.html)
|
||||
* [The Acaeum](https://www.acaeum.com/) - D&D Database
|
||||
* [DnD Rules](https://www.dndbeyond.com/sources/dnd/free-rules) - D&D Rules
|
||||
|
@ -612,7 +602,7 @@ from tabletop tools:
|
|||
* [Taiko Web](https://cjdgrevival.com/) - Taiko no Tatsujin / Rhythm Game
|
||||
* [Rhythm Plus](https://rhythm-plus.com), [2](https://rhythmplus.io/) - Rhythm Game / [Discord](https://discord.com/invite/ZGhnKp4) / [GitHub](https://github.com/henryzt/Rhythm-Plus-Music-Game)
|
||||
* [Bemuse](https://bemuse.ninja/) - Rhythm Game
|
||||
* [Pulsus](https://www.pulsus.cc/play/) - 3x3 Tile Board Rhythm Game
|
||||
* [Pulsus](https://www.pulsus.cc/play/) - 3x3 Letter Tile Rhythm Game
|
||||
* [Sans Fight](https://jcw87.github.io/c2-sans-fight/) - Undertale Fight Simulator
|
||||
* [DB Evolution](https://www.txori.com/dbdevolution) - Dragon Ball Fighting Game
|
||||
* [Slope Plus](https://coweggs.itch.io/slope-plus) - Downhill Ball Game
|
||||
|
|
|
@ -186,6 +186,18 @@
|
|||
|
||||
***
|
||||
|
||||
## D&D Creator Tools
|
||||
|
||||
* ⭐ **[Donjon](https://donjon.bin.sh/)** - Procedural Generator Collection
|
||||
* [TetraCube](https://tetra-cube.com/dnd/dnd-statblock.html) - Monster Statblock Generator
|
||||
* [NaturalCrit](https://naturalcrit.com/) - Make Authentic-Looking 5E Homebrews & Badges
|
||||
* [Azgaar's Fantasy Map Generator](https://azgaar.github.io/Fantasy-Map-Generator/) - Procedural Map Creator
|
||||
* [One Page Dungeon Generator](https://watabou.itch.io/one-page-dungeon) - Minimal Dungeon Creator
|
||||
* [Inkarnate](https://inkarnate.com/) - Custom Map Maker With Drag-n-Drop Editor
|
||||
* [DungeonFog](https://www.dungeonfog.com/) - Advanced Map Builder & Scene Preparer
|
||||
|
||||
***
|
||||
|
||||
## Encrypted XMPP Servers
|
||||
|
||||
[Server List](https://xmpp.404.city/), [Hot Chilli](https://www.hot-chilli.eu/jabber/), [XMPP.jp](https://xmpp.jp/) / [xmpp.is](https://xmpp.is/), [dismail](https://dismail.de/), [blah](https://blah.im/), [404.city](https://404.city/)
|
||||
|
|
|
@ -369,7 +369,7 @@
|
|||
* ⭐ **[Manuskript](https://www.theologeek.ch/manuskript/)** - Writing Organizer / Planner
|
||||
* ⭐ **[NovelWriter](https://novelwriter.io/)** or [Bibisco](https://bibisco.com/) - Novel Editors
|
||||
* ⭐ **[Linked](https://uselinked.com/)**, [journaltxt](https://journaltxt.github.io/), [Gekri](https://gekri.com/), [Microsoft Journal](https://www.microsoft.com/en-us/garage/profiles/journal/), [Diarium](https://diariumapp.com/), [Gemlog](https://gemlog.blue/) or [jrnl.sh](https://jrnl.sh/) - Journal Apps
|
||||
* ⭐ **[ChaoticShiny](http://chaoticshiny.com/)**, [Seventh Sanctum](https://www.seventhsanctum.com/), [Notebook.ai](https://www.notebook.ai/) or [WorldAnvil](https://www.worldanvil.com/) - Fantasy Writing Generators
|
||||
* ⭐ **[ChaoticShiny](http://chaoticshiny.com/)**, [Seventh Sanctum](https://www.seventhsanctum.com/) or [Notebook.ai](https://www.notebook.ai/) - Fantasy Writing Generators
|
||||
* [Tuesday JS](https://kirill-live.itch.io/tuesday-js) - Visual Novel Editor / [GitHub](https://github.com/Kirilllive/tuesday-js)
|
||||
* [RenPy](https://www.renpy.org/) - Visual Novel Editor / [GitHub](https://github.com/renpy/renpy)
|
||||
* [Fortelling](https://www.fortelling.app/) or [Novelist](https://beta.novelist.app) - Novel Plotting / Editing Workspaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue