Code Monkey home page Code Monkey logo

Comments (8)

kentonv avatar kentonv commented on June 19, 2024

To be clear, do you only care that settings save across refreshes of the same grain, or do you want settings applied on one grain to apply to other grains? The latter would be hard without some new feature in Sandstorm since grains cannot communicate with each other unless you explicitly connect them. The former is possible, though.

from etherpad-lite.

ovizii avatar ovizii commented on June 19, 2024

I'd be quite happy if my preferences would be saved across refreshes of the same grain but ideally one could save one's preferences for grains belonging to this app and have them applied to every future grain of this app.
I don't think the grains need to communicate, one just needs an option of settings and saving one's preferences so all future grains will be created with this set of prefs.

from etherpad-lite.

kentonv avatar kentonv commented on June 19, 2024

The problem is, if any Etherpad grain is able to modify the preferences that all grains see, then they can use this as a covert communications channel. Some of our security guarantees depend on there being no such channels.

To solve this, we could perhaps allow an app to offer a settings UI which is sandboxed separately from any grain. We can then have a one-way information flow from the settings UI to the grains. I think this would be a great feature to have but I'm not sure when we'll have a chance to implement it.

from etherpad-lite.

ovizii avatar ovizii commented on June 19, 2024

I understand and I know its beta so no stress. I was just pointing out that people might want different defaults/settings than the person who packaged the app :-)

I'd be happy if a grain of etherpad would at least remember its own settings.

from etherpad-lite.

kentonv avatar kentonv commented on June 19, 2024

Yep, this feedback is definitely valuable. Thanks!

from etherpad-lite.

ocdtrekkie avatar ocdtrekkie commented on June 19, 2024

Another way to do this, depending on the tech savviness of the person
involved, is to fork the app and set your defaults in it. (This may require
less code or more code depending on the app in question.) At some point,
hopefully, Sandstorm will support forked apps better than it does now, in
terms of moving documents between them.

-Jake Weisz

On Mon, Nov 30, 2015 at 1:26 PM, Kenton Varda [email protected]
wrote:

Yep, this feedback is definitely valuable. Thanks!


Reply to this email directly or view it on GitHub
#17 (comment)
.

from etherpad-lite.

ovizii avatar ovizii commented on June 19, 2024

thx, I guess that's an option. personally, atm I'd rather change my view every time I am using etherpad :-)

from etherpad-lite.

zeigerpuppy avatar zeigerpuppy commented on June 19, 2024

It would be really useful to have some user based defaults for all grains, this may actually be a good upstream issue too.
For etherpad, it would be nice if the user could set their:

  • user colour
  • default font
  • default settings (chat shown etc).

from etherpad-lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.