WorkEdit
Code Library
Live Preview
About Us
About Our Tech
About This App
FAQ
How to Use
Terms of Use
Contact Us
Install App
Share App
QR Code Share
About Us

Don Victor Ministries

Technology Ministry | Six Continents. Six Million Souls Winning.

Don Victor Ministries
Founder
Rev. Don Victor, PhD
Organisation
Centre for Ministry & Leadership Christian Academy
Community
Don Victor Ministries Online Community

Our Mission

Don Victor Ministries Online Community is the technology ministry brand of Rev. Don Victor, PhD, operating at the intersection of faith and cutting-edge digital technology. We build purposeful tools for the Kingdom — apps that disciple, educate, evangelize, and build community across borders.

Our mission is laser-focused: reach six million souls across six continents through Spirit-led digital ministry technology. Every line of code we write, every app we deploy is an act of worship and a tool for the harvest.

Our Values

© 2026 Rev. Don Victor, PhD. All rights reserved. Built to glorify God.

About Our Tech

Pure Web Technology

No frameworks. No dependencies. Just the open web.

Technology Stack

Frontend
HTML5, CSS3, Vanilla JavaScript — single-file architecture
Storage
IndexedDB (structured data) + localStorage (preferences & autosave)
Offline Engine
Service Worker via Blob URL — full offline-first PWA
App Manifest
Dynamic JSON blob injected at runtime for PWA installability
Design System
Material Design 3 — Google Mobile-first compliant
Typography
Roboto (Android system font — zero CDN dependency)

Architecture Principles

Why Vanilla JS?

We believe the best ministry tools are lean, fast, and durable. Frameworks come and go; the open web endures. Our apps run on any Android device without updates, app stores, or data plans — because we serve a global audience where bandwidth is precious.

About WorkEdit

WorkEdit

Professional mobile code editor by Biblefirm

Version
3.0 — Production Release
Platform
Android Mobile (Chrome browser / PWA)
Category
Developer Tools — Code Editor
Developer
Rev. Don Victor, PhD

What is WorkEdit?

WorkEdit is a professional-grade mobile code editor built specifically for Android devices. WorkEdit gives you a full editing environment in the palm of your hand.

Key Features

WorkEdit is part of the Don Victor ministry technology suite — tools built to empower digital ministry workers around the world.

FAQ
Frequently Asked Questions
How do I open WorkEdit?
WorkEdit opens automatically the moment the page loads — it is a full-screen app, not a widget. No button tap or special action is needed to start using it.
Does WorkEdit work without internet?
Yes. WorkEdit is a Progressive Web App (PWA). Once loaded and installed, the full app runs offline. Your saved code library is stored locally on your device using IndexedDB.
How do I save my code?
Tap the Save icon (second icon in the toolbar). A dialog appears at the centre of the screen asking for a File Name and a File Extension (.html, .css, .js, .gs, or .txt). Fill in the name, choose the extension, and tap Save. The file is stored in the Code Library with a timestamp.
What file types can I save?
WorkEdit supports five file extensions: .html (web pages), .css (stylesheets), .js (JavaScript), .gs (Google Apps Script), and .txt (plain text). Select the correct type in the save dialog before confirming.
What is autosave?
WorkEdit automatically saves your current work to device storage every 700ms as you type. A rolling draft is also written to the Code Library automatically so your latest work is always preserved, even if you close the browser.
How do I fetch a website's source code?
Tap the link icon (first toolbar button) to reveal the URL bar. Enter any valid URL and tap the search button. WorkEdit uses a CORS proxy to retrieve the source code of that page directly into the editor.
Can I preview HTML in real-time?
Yes. Tap the eye icon (last toolbar button). The preview opens as a full-screen overlay rendering your code live in a sandboxed browser frame. Tap the X in the preview bar to return to the editor.
How do I switch between light and dark mode?
Tap the sun or moon icon in the top-right of the header. The theme toggles instantly and your preference is saved to your device so it persists across sessions.
Is my data private?
Completely. All code and settings are stored locally on your device. No data is ever transmitted to any server (except when you explicitly fetch a URL from the internet).
How do I install WorkEdit?
Open the three-dot menu and tap "Install App". The install dialog launches automatically — simply confirm the prompt and WorkEdit installs instantly as a native app on your device.
What is the Code Library?
Tap the three-line hamburger icon in the header to open the Code Library. It lists all your saved files with their filename, extension, and timestamp. Tap Load to restore any file into the editor, or Delete to remove it.
How do I change the editor font size?
Use the Zoom In and Zoom Out icons in the editor toolbar to increase or decrease the font size in 0.1rem steps, between 0.8rem and 2.4rem.
Who built this app?
WorkEdit was built by Rev. Dr. Chris Johnson, PhD a Christian technology ministry (Centre for Ministry & Leadership Christian Academy).
How to Use
Getting Started

Opening WorkEdit

1

WorkEdit opens automatically

WorkEdit is a full-screen app. It launches the moment the page loads — no tap, no FAB button, no extra step required. The editor is live and ready immediately.

2

Start coding instantly

The editor occupies the full screen. Tap anywhere in the editor area and start typing your HTML, CSS, JavaScript, Google Apps Script, or plain text.

Using the Toolbar

3

Fetch a URL

Tap the link icon (first toolbar button) to reveal the URL bar. Enter any web address and tap the search button. WorkEdit fetches the full source code of that page directly into the editor.

4

Save your work

Tap the Save icon (second toolbar button). A centred dialog opens — enter a File Name, choose a File Extension (.html, .css, .js, .gs, or .txt), then tap Save. Your file is stored in the Code Library with a timestamp. You can also press Enter in the filename field to confirm quickly.

5

Toggle line numbers

Tap the list icon to show or hide the line-number gutter on the left side of the editor. The gutter width expands automatically as your line count grows past 9, 99, and 999 lines.

6

Toggle word wrap

Tap the wrap icon to switch between horizontal-scroll mode (long lines scroll sideways) and word-wrap mode (long lines break to the next line). Active state is highlighted in blue.

7

Undo and Redo

Tap the undo arrow to step back through your edit history, or the redo arrow to step forward. WorkEdit keeps up to 100 history states per session.

8

Copy and Paste

Tap the copy icon to copy all editor content to your clipboard. Tap the paste icon to paste clipboard content at the current cursor position. Both actions are confirmed with a toast notification.

9

Search in code

Tap the magnifying glass icon to open the Find bar beneath the toolbar. Type your search term — matches are highlighted and the counter shows your position (e.g. 2/14). Use the up and down arrows to navigate. Tap X to close.

10

Adjust font size

Tap the zoom-out icon to decrease the editor font size or the zoom-in icon to increase it. Size adjusts in 0.1rem steps between 0.8rem and 2.4rem.

11

Live Preview

Tap the eye icon (last toolbar button) to render your code in a full-screen sandboxed preview. This covers the entire screen for a clean output view. Tap the X in the blue preview bar to return to the editor.

Theme

12

Light and Dark mode

Tap the sun or moon icon in the top-right header to toggle between light and dark themes. Your preference is saved and restored automatically on every visit.

Code Library

13

Access saved files

Tap the three-line hamburger icon in the header to slide open the Code Library. Each entry shows the filename with extension and its save timestamp. Tap Load to restore a file into the editor. Tap Delete to remove it permanently (a confirmation dialog appears first).

14

Autosave draft

WorkEdit automatically writes a rolling draft to the Code Library every 700ms as you type. This draft is labelled "[autosaved]" so you can always recover your latest work even if you did not manually save.

App Menu

15

Three-dot menu

Tap the vertical three-dot icon in the top-right header to open the Chrome-style menu. From here you can access About Us, FAQ, Install App, Share App, QR Code, Terms of Use, Contact Us, and more — each opening as a full-screen modal.

Terms of Use
Legal

Last updated: 2026. Governed by the laws applicable to ministry operations.

Acceptance of Terms

By accessing or using WorkEdit ("the App"), you agree to be bound by these Terms of Use. If you do not agree, please discontinue use of the App immediately.

1. Permitted Use

WorkEdit is provided for personal, educational, and ministry-related code editing purposes. You may use the App to write, edit, preview, and store code on your personal device.

2. Prohibited Use

3. Intellectual Property

WorkEdit, the Don Victor Ministries brand, and all associated content are the intellectual property of Rev. Dr. Don Victor, PhD. The app is provided as a ministry resource. All rights reserved.

4. Privacy

WorkEdit does not collect, transmit, or store any personal data on any external server. All code, settings, and library data are stored exclusively on your local device. The App operates with full offline capability and no analytics tracking.

5. Third-Party Services

The URL fetch feature uses the AllOrigins CORS proxy service (api.allorigins.win) to retrieve publicly available web content. Use of this feature is subject to that service's availability and terms. Rev. Don Victor is not responsible for content retrieved via third-party URLs.

6. Disclaimer of Warranties

WorkEdit is provided "as is" without warranties of any kind, express or implied. Rev. Don Victor makes no representations regarding the App's fitness for any particular purpose.

7. Limitation of Liability

To the maximum extent permitted by law, Rev. Don Victor shall not be liable for any direct, indirect, incidental, or consequential damages arising from your use of the App.

8. Changes to Terms

We reserve the right to update these terms at any time. Continued use of the App after changes constitutes acceptance of the revised terms.

9. Contact

For questions regarding these Terms of Use, contact us at donvictorministry@gmail.com.

© 2026. All rights reserved.

Contact Us

Get in Touch

We love hearing from our community. Reach out via any channel below.

Email
donvictorministry@gmail.com
Ministry Office
Don Victor Ministries Online Community
Social Media
Technical Support
donvictorministry@gmail.com

We aim to respond to all enquiries within 24–48 hours. For urgent ministry support, please use WhatsApp or phone.

Install App

Installing WorkEdit...

The install dialog is launching automatically. Follow the prompt on your screen to complete installation.

Share App

Share WorkEdit

Help others discover this ministry tool.

Loading...
About WorkEdit
WorkEdit is a free professional Android code editor by Biblefirm — part of CEMLCA's mission to reach six million souls through digital ministry technology.

Share Message

"Check out WorkEdit — a free professional Android code editor by Biblefirm. Works offline, no install required, and built with purpose for the Kingdom."
QR Code Share

Scan to Open

Share WorkEdit with anyone using a QR scanner.

...

Point any QR code scanner app at the code above to open WorkEdit directly.

Notepad
Saved Notes
DevTools
localStorage
sessionStorage
State Export / Import (Time Machine)
Geolocation Override
GEO STATUS
No override active. Using real geolocation.
JavaScript Snippet Runner
// Output appears here...
Google Form Parameter Extractor
Awaiting URL...
© Rev. Don Victor, PhD
Slide to Spell JESUS! | 3D Game
Paused