Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiddlyhost hub #30

Merged
merged 4 commits into from
Feb 17, 2021
Merged

Tiddlyhost hub #30

merged 4 commits into from
Feb 17, 2021

Conversation

simonbaird
Copy link
Collaborator

#25

This is in preparation for the "hub" page. If a site is searchable
it means it will be visible in the hub.

The description will be visible there too.

Also:
* Add a css class and a helper for showing truncated descriptions
* Convert minilabels from spans to divs.
Currently it just lists every site that is marked as searchable.

Decided on a hub layout where the results are boxes going across the
page instead of just down. It's a little unconventional, but I feel
it might work.

Also add will_paginate gem and use it for paginating the site lists.
Add acts-as-taggable-on gem and set it up like this:

    bundle install
    rake acts_as_taggable_on_engine:install:migrations
    rake db:migrate

Use it to use it to allow tagging of sites and add some
some UI to edit site tags.

Tags are comma delimited.
Create two "blessed" tags, one for plugins and one for docs, and use
them to show a plugins and a docs hub page.

(It's kind of experimental, but so far I like it.)
@simonbaird simonbaird changed the title WIP Tiddlyhost hub Tiddlyhost hub Feb 17, 2021
@simonbaird
Copy link
Collaborator Author

It still needs searching and sorting of sites, but I'm reasonably happy with it, so let's merge. Since I'm deploying builds from this branch, we might as well.

@simonbaird simonbaird merged commit 9188c7a into main Feb 17, 2021
@simonbaird simonbaird deleted the tiddlyhost-hub branch February 17, 2021 00:25
simonbaird added a commit that referenced this pull request Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant