Jump to content

So basically I don;t know much programming I know some very basic html and css. I want to make a script that I can run in google docs so that every time I make a new google doc it auto-creates a heading with the days date and other assigned text.  for example I want it to make a header that goes to the left with 

(a name to be specified by user)

7HB(my current class)

(assignment number)

(date of creation of the google doc)

 

so my original intention was to make this but I really don't know what would be needed or if this is possible. So I am asking you for guidance on how I should go about this. should i just not make it? should I start learning like Jscript or something?  (Although i would love to make this myself you could all so make one if you heart desires)

 

 

Link to comment
https://linustechtips.com/topic/655091-need-help-with-a-simple-script/
Share on other sites

Link to post
Share on other sites

I have no idea but this is probably a better question for a website that is only for programming and with more experienced people like http://stackoverflow.com/ although I have never used LTT forums for programming help so I may be completely wrong

Link to post
Share on other sites

Just now, Darchitect said:

I have no idea but this is probably a better question for a website that is only for programming and with more experienced people like http://stackoverflow.com/ although I have never used LTT forums for programming help so I may be completely wrong

thx.

 

 

Link to post
Share on other sites

I do not think this is possible since the scripts are a per document script. However, I'm not that knowledgeable in Google Drive programming, so there could be a workaround to this.

Albert Lua

 

There's no Ctrl+Z in life, it ain't Microsoft Word! -me

Link to post
Share on other sites

22 minutes ago, alblua said:

I do not think this is possible since the scripts are a per document script. However, I'm not that knowledgeable in Google Drive programming, so there could be a workaround to this.

What does it take to publish a google doc add on?

 

 

Link to post
Share on other sites

52 minutes ago, TheSlicingEdge said:

What does it take to publish a google doc add on?

I do not develop Google Docs add-ons, however, https://developers.google.com/apps-script/add-ons/publish might be a good place to take a look.

Albert Lua

 

There's no Ctrl+Z in life, it ain't Microsoft Word! -me

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×