Questions tagged [templates]
A template is a pre-developed page layout in electronic or paper media used to make new pages with a similar design, pattern, or style.
30 questions
2
votes
1
answer
88
views
How to combine rich text editing and templating?
I'm working on a no-code app; ideally, users should be able to write text using both templating and rich text editing:
Templating:
Users can type {{ and write an expression that will evaluate to some ...
0
votes
2
answers
313
views
Clarifying template value vs. override value
We're designing a master vehicle inventory* settings template that can be overridden at the individual vehicle dealership* level.
The individual dealership Settings page opens in an Edit state so that ...
1
vote
1
answer
192
views
UX approaches for re-usable and configurable dashboards
Sorry for unclear post title, can't think of the succinct term which defines this problem. Any suggestions appreciated!
I'm looking for some good examples of different approaches that applications ...
1
vote
2
answers
376
views
Best way to save and apply template to a widget
I am working on a SAAS project where users create widgets to their websites.
One of their abilities is to create a messaging template and apply it to their widgets.
When saving a template, the user ...
2
votes
1
answer
104
views
How to let the user reuse a content section across multiple layouts pages while having it centrally editable
We are creating a form editor with many different layouts. Many layouts will have the same content repeated on them. We want to make it easy to define a section or group of fields on one layout, and ...
0
votes
1
answer
105
views
Examples of ‘temporary canvas’
I have this app.
I have a default white canvas where i'm abble to draw something that is always temporary.
If the I decide that I want to keep what I've done I must click 'keep' and it creates a tab ...
1
vote
1
answer
302
views
Save As Template button, if application criteria changes, should the changes also be saved on Save As Template click?
Usability Issue I am running into with team:
When in the middle of an application, there is a Save as Template button that, when clicked, opens a modal to name the template, then once template is ...
2
votes
1
answer
129
views
How to find and fix image breakpoints when designing to a HTML template [closed]
When working with a responsive design framework it is easy to specify the breakpoints based on the viewport and resolution that you are designing for.
However, in situations where a generic HTML ...
5
votes
2
answers
546
views
Download template preview
I have a predefined template with some columns of data, basically should be grid.
For example, There are columns like X,Y,Z and and user downloads the template. how do i show the preview of template(...
5
votes
3
answers
546
views
Use of Emojis in Email Subject Lines
Recently many of the subject lines of the 'bulk offer mails' (list includes names like SalesKart, BigStock, Vodafone, etc.) come with these fancy emojis/ emoticons. In my Gmail client, they all land ...
1
vote
2
answers
548
views
Using web fonts in email templates
What are the UX implications of using Web fonts in email templates? It seems that not all email clients support web fonts, but I'm not sure of the consequences of this.
3
votes
2
answers
741
views
How to design translation UI
I'm designing a translation app which will be used to translate other apps. The app will be initially desktop based, but later on I want to make a mobile version as well. The difficulty that I'm ...
2
votes
1
answer
244
views
UI terminology: Template tags vs object (categorization) tags
We are designing a business application that uses tags (like Stackexchange tags) for categorizing all manner of things. Nearly any object can be taggable and these tags are used for filtering, ...
0
votes
2
answers
124
views
How to make tags in email template editor clear to all users?
I'm working on a web application where users (of an organization) can edit email templates. For example, one template would be used to confirm an appointment (that a client has made with the ...
1
vote
2
answers
307
views
Distinguish Web Template and Web Theme
I am building my own CMS, and it's time to work with front-end stuff. I do research and am confused why Wordpress uses a folder named theme while Joomla uses template instead. (Can anyone explain this?...