FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   html "includes" in pde files
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: html "includes" in pde files  (Read 103 times)
kevinP

Email
html "includes" in pde files
« on: Feb 16th, 2004, 10:35pm »

Hi,
 
Another one of my "GreatIdeas" (interpret that as you will) ...
 
Since Processing has to parse .pde files anyway, what about adding an html include tag that adds html to a predetermined table cell in the html output.
 
For example, if I add something like this to the .pde file:
 
//#html <B>This</B> line will be included in html.#
 
Then the line would automatically be added directly below the applet on export to the web page.
 
-K
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kevin Pfeiffer
fry


WWW
Re: html "includes" in pde files
« Reply #1 on: Jul 7th, 2004, 5:16pm »

this probably won't happen for 1.0, but as an interim solution, you'll be able to edit the applet html on a per-project (or global) basis, so you can embed things like this more nicely.
 
Pages: 1 

« Previous topic | Next topic »