Skip to content

Awesome Snippets For Developing NeutralinoJs Apps Faster

License

Notifications You must be signed in to change notification settings

frokk/neutralinojs-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeutralinoJs Snippets

Awesome Snippets For Developing NeutralinoJs Apps Faster


Snippets

Snippet Renders
initApp Neutralino.init()
openUrl Neutralino.os.open("")
exitApp Neutralino.app.exit()
setTitle Neutralino.app.setTitle("")
getTitle Neutralino.app.getTitle()
setData Neutralino.storage.setData("key", "value")
getData Neutralino.storage.getData("key")
execCommand Neutralino.os.execCommand("python --version")
openFileDialog Neutralino.os.showOpenDialog("Open A File")...
saveFileDialog Neutralino.os.showSaveDialog("Save A File")...
openFolderDialog Neutralino.os.showFolderDialog("Open A Folder")
app Neutralino.app.
clipboard Neutralino.clipboard.
computer Neutralino.computer.
debug Neutralino.debug.
events Neutralino.events.
extensions Neutralino.extensions.
filesystem Neutralino.filesystem.
os Neutralino.os.
storage Neutralino.storage.
updater Neutralino.updater.
window Neutralino.window.

About

Awesome Snippets For Developing NeutralinoJs Apps Faster

Topics

Resources

License

Stars

Watchers

Forks