thesis-phoenix icon indicating copy to clipboard operation
thesis-phoenix copied to clipboard

A lightweight, bolt-on, intuitive content editing system for Elixir/Phoenix websites. Star this repo and follow along with our progress!

Results 35 thesis-phoenix issues
Sort by recently updated
recently updated
newest added

Wondering if there are any plans to support using Thesis in LiveViews and LiveComponents? Thanks :)

I created a new umbrella project, and added Thesis to ```MY_APP_umbrella/apps/MY_APP/mix.ex```. When I ```mix thesis.install``` from the umbrella directory, I see an error about /priv/repo/migrations not existing. When I run...

Hi! I stumbled on this project and it looks great. Considering using it to help spin up a volunteer site. I was curious if Infinite Red is using thesis internally...

The current editor doesn't allow editing source which can be quite a hassle. I suggests we switch to using Trumbowyg which has been working well for us in some other...

enhancement

Added in #112 (#60). I don't know if this is just me but there are some places on the website that this is the desired behaviour. I want to make...

I was able to get modal editing working with some simple css ```css #thesis-editor { z-index: 2000 !important; } ``` However one problem I am having is that if, I...

Greetings, Is this considered secure enough to let a random customer have a editor access? Or is the use case more of internal employee? I have not yet looked at...

question

This is an issue to track the discussion about content areas in Thesis. Here's a random page from the internet (Denny's restaurant, I guess): ![dennys](https://user-images.githubusercontent.com/1479215/30510161-aa150dbe-9a73-11e7-8f20-cf8d1e25edd4.png) As you can see, there...

discussion
enhancement

* Return JSON on create/update/delete * Parameterize slug on save * Handle redirect when the slug may change * Change index on thesis_pages.slug to be unique Fixes #67 Note that...

Images being imported from other domains should be downloaded and stored in `thesis_files` or a user specified destination as per: https://github.com/infinitered/thesis-phoenix/blob/master/assets/js/content_types/image_editor.js#L73 This is not happening.

bug