[PR #964] [MERGED] Add custom_main.js guide to documentation #1386

Closed
opened 2026-01-29 17:00:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/964
Author: @niteshsinghal85
Created: 12/7/2025
Status: Merged
Merged: 12/7/2025
Merged by: @FlorianRappl

Base: mainHead: custom_main_example


📝 Commits (4)

📊 Changes

2 files changed (+75 additions, -0 deletions)

View changed files

docs/Using/Custom_main.md (+74 -0)
📝 docs/_Sidebar.md (+1 -0)

📄 Description

Fixes #947
Add custom_main.js guide to documentation

added custom_main.js example for enabling shortcut to open dev tools. it would be useful in development environment.
link for complete example is also given in the document.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/964 **Author:** [@niteshsinghal85](https://github.com/niteshsinghal85) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `main` ← **Head:** `custom_main_example` --- ### 📝 Commits (4) - [`d95b41f`](https://github.com/ElectronNET/Electron.NET/commit/d95b41fbaee24a4c937b4990251e380572daa209) Add custom_main.js guide to documentation - [`42fecbd`](https://github.com/ElectronNET/Electron.NET/commit/42fecbdc9858b0b2c404e8080d2777a44c069264) Update docs/_Sidebar.md - [`2389ae3`](https://github.com/ElectronNET/Electron.NET/commit/2389ae32bd2f0497e62d70d3a0264c50efe4c1d2) Update Custom_main.md to clarify usage of custom_main.js - [`bbc7c79`](https://github.com/ElectronNET/Electron.NET/commit/bbc7c79d5abd7ae423853ddf0cac2402ba3e0602) Merge branch 'custom_main_example' of https://github.com/niteshsinghal85/Electron.NET into custom_main_example ### 📊 Changes **2 files changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/Using/Custom_main.md` (+74 -0) 📝 `docs/_Sidebar.md` (+1 -0) </details> ### 📄 Description Fixes #947 Add custom_main.js guide to documentation added custom_main.js example for enabling shortcut to open dev tools. it would be useful in development environment. link for complete example is also given in the document. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1386