Search Ideas
791 ideas match your query.:
Extend the existing Discussion model to have a nullable embed_url. An embedded discussion would not have a title.
That would prevent existing discussions from being embedded on other sites. But why prevent that?
Create an EmbeddedDiscussion model, separate from Discussion.
That would mean people couldn’t programmatically use embed codes, like on their blogs. They would always have to manually go into V and create a discussion first.
Option 2: an embed code is shown on your profile, with a page-url attribute you fill in. That’s the page where you place the code. The first time someone posts a comment, the associated discussion is created. Instead of a title, the discussion gets assigned the URL. That way, people seeing the discussion on V can open the URL for context.
Option 2: an embed code is shown on your profile, with a page-url attribute you fill in. That’s the page where you place the code.
Option 1: when you create a discussion, an embed code is shown, which you can paste anywhere.
Idea: embedded discussions on third-party websites.
This seems overkill for now. If people want to do this off-platform and then feed it into Veritula, they can do that.
Implemented as of ecc72ff. Check your profile.
There's something to be said for a degree of complexity and novelty to a name. It lends air of thoughtfulness, and could spark curiosity in potential new users.
See also: "Kurzgesagt – In a Nutshell", the highly successful educational YT channel. I know people who are big fans, and yet can't pronounce the name correctly.
'Veritula' is not a difficult name as compared to other highly successful explanatory enterprises, like 'Veritasium.'
Easier than ‘Veritula’, though. At least it’s a known word.
As of 8e0a6e1, comments on each idea are shown in the following order: criticisms first, regular comments last. Within each category, uncontroversial comments are shown first. Lastly, comments are sorted by creation date (ascending).
More or less a duplicate of #4349.
Could simply sort comments by pending criticism first, creation date second. (Variation of #4274.)
This has been implemented, sans page at /:username/bounties, which seems unnecessary.
Done, mostly as of 346fb25, then polished in 6dbf721, 5381525, 9f0f936, and 91e6f27.
Once this idea is implemented, the ‘Show activity’ button on bounties#show can link to the implementation.