Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 11, 2022 06:41 pm GMT

Simple Text Editor with main functions (using Node.js)

Source Code

Screenshot:

Image description

Functions:

  • Open File
  • Open Folder
  • Edit File
  • Save File
  • Rename File/Folder
  • Delete File/Folder
  • Create New File
  • Create New Folder
  • Get location of files and folders
  • Make Window title with file path

Packages:

  • Electron.js
  • Node-fs
  • Node-path
  • Ace.js

Please give star to repository and follow.


Original Link: https://dev.to/lucifer25x/simple-text-editor-with-main-functions-using-nodejs-14h6

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To