Open monknomo opened 9 years ago
It might help search ranking vis-à-vis dense internal links for internal links to reference this URL.
$("a.internal link").click(function(event){ event.prevent default(); });
Even better
Pass event in function call from a tag. In handler function, event.preventDefault()
Perhaps we can pass a url parameter with an array of card titles
pass ?cards=linkable_title1,linkable_title2 and then have the get "/" router format the index template with the cards.
This requires templatizing the index and inserting cards into it
Templatizing is done, router is searching for cards and inserting them, so long as they exist. Something must be done about cards that don't yet exist - making a synthetic card and setting the template to the edit mode is probably what is needed. If that proves too difficult, a blank card with a title might be good enough. A body can always edit it, right?
Card titles ought to have an URL that will open them up automatically