Skip to content

Scripts that power my Diary action group for the Drafts app.

License

Notifications You must be signed in to change notification settings

kylehughes/drafts-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drafts Diary

Action Group in Drafts Directory
Syntax in Drafts Directory

Overview

Production

These files are used directly in Drafts.

  • src/library_*.js scripts contain common code use acrossed actions. Each script should be placed into an individual Action called "Load library_*.js".
  • src/action_*.js scripts contain the script for a single named action. Each script should be placed into an individual Action and should have an Include Action step that includes any libraries that the script depends on.

Development

These files are used to improve the local development experience and should not be included in Drafts in any way.

  • jsconfig.json contains the configuration use by local editors to make local development easier, such as defining where the Typescript definitions are and what ECMAScript version is used.
  • @types/ contains Typescript definitions.

About

Scripts that power my Diary action group for the Drafts app.

Resources

License

Stars

Watchers

Forks