I'm building something different: a real home for your people, on your server. Honest, simple, and yours forever. No landlords allowed.
developer.mozilla.org/en-US/docs/W...
I guess it depends on how things look in the html but it's worth checking out.
developer.mozilla.org/en-US/docs/W...
I guess it depends on how things look in the html but it's worth checking out.
As the user types the title for their, do an actual search based on the words they use and show them the results.
They might see some previous discussion that matches what they're looking for
These are tiny things the tech can do to make things easier
As the user types the title for their, do an actual search based on the words they use and show them the results.
They might see some previous discussion that matches what they're looking for
These are tiny things the tech can do to make things easier
I get that your point is not about questions per se, but I feel the same thing applies for community "events"
That's just one part though. There's a few other ideas to explore
I get that your point is not about questions per se, but I feel the same thing applies for community "events"
That's just one part though. There's a few other ideas to explore
Of course this requires a bit of content hygiene where you have those "wiki" like posts that cover a specific topic.
Still, having the editor thing as an option would encourage community owners to create said wikis because...
Of course this requires a bit of content hygiene where you have those "wiki" like posts that cover a specific topic.
Still, having the editor thing as an option would encourage community owners to create said wikis because...
What I mean is... the editor thinggy you use to create a reply should have a search icon that lets you type a word or two and it lists previous discussions that you can pick from
What I mean is... the editor thinggy you use to create a reply should have a search icon that lets you type a word or two and it lists previous discussions that you can pick from
This is something I really want to keep in mind going forward because like you said... being able to move with your users is a great thing.
This is something I really want to keep in mind going forward because like you said... being able to move with your users is a great thing.
We've kind glorified clean code for its own sake and mostly forgot why it matters in the first place. It allows you to make changes very quickly without the whole thing collapsing.
We've kind glorified clean code for its own sake and mostly forgot why it matters in the first place. It allows you to make changes very quickly without the whole thing collapsing.
This also relates to the other point you made about manual work, which I dislike.
This also relates to the other point you made about manual work, which I dislike.
why did we accept a model where his opinion is given the same weight as my best friend's by default?
I want a door i can lock
Is that too much to ask for?
we know how to build doors. We just stopped prioritizing them.
why did we accept a model where his opinion is given the same weight as my best friend's by default?
I want a door i can lock
Is that too much to ask for?
we know how to build doors. We just stopped prioritizing them.
Setting grouping is already built but I haven't add the UI for that and I wanted to get an update out with the current state.
Setting grouping is already built but I haven't add the UI for that and I wanted to get an update out with the current state.
private settings (I control that flag) are very tightly locked and will never be served to the client. This can be used for server / db stuff.
private settings (I control that flag) are very tightly locked and will never be served to the client. This can be used for server / db stuff.
Settings can be public (client) or private (secret stuff)
The settings are saved in the db. I seed the settings from a JSON file (that you never interact with)
I can add or remove settings and a small boot script syncs your db
Settings can be public (client) or private (secret stuff)
The settings are saved in the db. I seed the settings from a JSON file (that you never interact with)
I can add or remove settings and a small boot script syncs your db