eerotal / LibreSignage

A free and open source digital signage solution.
BSD 3-Clause "New" or "Revised" License
672 stars 126 forks source link

Feature Request: Slide templates #74

Open JasperKuiper opened 5 years ago

JasperKuiper commented 5 years ago

When designing a slide, you can choose from prebuild layout templates to prefill your Markup text field.

Workaround would be to include example layouts in Documentation to copy-paste.

28 related with ideas on using standard css (or is that just markup and not layout)?

See these example layouts taken from a google search digital-signage-templates

eerotal commented 5 years ago

This would be a good addition. I think I'll implement it by creating some sort of a popup window where you can click a layout and it'll automatically copy markup into the slide.

JasperKuiper commented 5 years ago

If above layouts are taken as an example, the column-width might have to be set to something different than default equal-ratio (eg 50:50 with 2 columns, 33:33:33 with 3). Or is this a next Feature Request ;-)

eerotal commented 5 years ago

It's in fact quite trivial to change the ratios after selecting such a template. You only need to change the width percentages in the markup. I don't think any new features need to be added for that, provided that I understood your thoughts right ;)

JasperKuiper commented 5 years ago

I must have missed that in the documentation. How do you set the width percentage for a container within the columns tag?

This throws an error: [container top=2% right=2% bottom=2% left=2% width=30%]

eerotal commented 5 years ago

Sorry, I thought it was possible but now that I checked it actually isn't. Fortunately, it's easy enough to implement anyway.

mauro2306 commented 3 years ago

Hello,

I am new user of your project, after having tried many others such as Xibo, Concerto for example. I like your approach, even though everything has to be set manual, having the player controlled by web browser is giving us a lot of freedom. I am trying to replace the digital signage of the fast-food restaurant of my parents where the menu was displayed on 6 screens with the possibility to edit it from a web page to upload then the android player of each android boxes of the screens. The company went out of business. I am running the docker version here at my place, configured a reverse proxy and using my custom domain name for which i made a subdomain, so far everything is on it's way. Where it becomes tricky is when i need to show the menu, as i would need different column size and i wasn't able to get this done. I found this thread and hope to see an improvement soon about this, as i invest quite a lot of effort for the rest of the configuration. If you are interested, i can also share the subdomain and reverse proxy with let'sencrypt configuration for your manual if you want ? Some screenshots so that you understand my issue, original current signage, not possible to edit it anymore : Screenshot_2020-08-21-18-28-21 And the current work in progress. Capture d’écran 2020-08-23 à 08 00 36

mauro2306 commented 3 years ago

Hello, any news on this feature ?