Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fountain Support #124

Open
niculistana opened this issue Nov 5, 2020 · 1 comment
Open

Fountain Support #124

niculistana opened this issue Nov 5, 2020 · 1 comment

Comments

@niculistana
Copy link

Is there a way we can have fountain markdown support? I think this tool can really benefit from importing fountain files that would translate to something that this tool can understand.

For example, the following lines from this file:

EXT. CAMPFIRE - NIGHT (1977)
A few years later, and Will sits with the other INDIAN GUIDES as Edward continues telling the story to the tribe.
EDWARD
Now, I'd tried everything on it: worms, lures, peanut butter, peanut butter-and-cheese. But on that day I had a revelation: if that fish was the ghost of a thief, the usual bait wasn't going to work. I would have to use something he truly desired.

can be translated to:

monogatari.assets ('scenes', {
	'CAMPFIRE': 'campfire.jpg',
});

monogatari.characters ({
	'EDWARD':{
		'Name': 'Edward',
		'Color': '#ffffff',
		'Directory': 'edward',
		'Face': 'edward.png',
	},
});
const script = {
	'Start': [
		'show background #ffffff with fadeIn',
		'show scene CAMPFIRE with fadeIn',
		'A few years later, and Will sits with the other INDIAN GUIDES as Edward continues telling the story to the tribe.',
		'EDWARD Now, I'd tried everything on it:  worms, lures, peanut butter, peanut butter-and-cheese.  But on that day I had a revelation:  if that fish was the ghost of a thief, the usual bait wasn't going to work.  I would have to use something he truly desired.'
	]
};
@rexolion
Copy link

rexolion commented Nov 4, 2023

Great idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants