wyntonfranklin / electron-tutorial

A markdown file creator using the electron api.

Home Page:https://wftutorials.wordpress.com/2019/01/06/the-electron-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Tutorial

This is a sample application created using the electron api for node. The application I created is a markdown file editor. This sample apps was started using the electron quick start repo.

You can learn more about the electron Api here - https://electronjs.org/

The walk-through for this application can be found here - https://wftutorials.wordpress.com/

Preview

https://wftutorials.files.wordpress.com/2019/01/electron_tutorial_screenshot.png

Installation

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/wyntonfranklin/electron-tutorial.git
# Go into the repository
cd electron-tutorial
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Features

  • Create new markdown file
  • Open and edit markdown files
  • Show recently open files
  • Hide recently open files bar
  • Rename markdown files

Topics Covered

  • Menus
  • Dialogs
  • Sending Commands
  • ipcRender
  • Database
  • Dependenices
  • package.json configuration
  • jQuery
  • file structure
  • File creation use fs module

Resources for Learning Electron

License

CC0 1.0 (Public Domain)

About

A markdown file creator using the electron api.

https://wftutorials.wordpress.com/2019/01/06/the-electron-api/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 72.9%Language:HTML 13.7%Language:CSS 13.5%