davidrea / indxd

A Meteor web app to index topics in a pocket notebook library
GNU General Public License v2.0
9 stars 1 forks source link

Topic on multiple pages in a book #2

Open tja33 opened 9 years ago

tja33 commented 9 years ago

Is it possible to note a topic on multiple pages in a book?

What about extending a topic across multiple books?

SpencerDub commented 9 years ago

I'd like this feature as well.

In particular--and tja33, this might not be what you were imagining, so pardon me if this seems like co-opting your issue thread--I'd sure like it if, when creating a topic, if another topic with the exact same name exists, the two were merged. Right now, if you have

and add

then your list reads

At least within the same book, I think it'd sure be handy if they auto-collapsed into:

davidrea commented 9 years ago

TJA & Spencer - thanks for capturing this one - this is definitely something I'd like to get in place. Since MongoDB doesn't support "distinct" selections natively, I need to work out how to do it on the client side, but this is definitely on my radar!