SemanticMediaWiki / SemanticCite

Allows to manage citation resources using semantic annotations
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Cite
Other
24 stars 13 forks source link

Wrapping citation text instead of splitting #32

Closed kghbln closed 8 years ago

kghbln commented 8 years ago

Setup and configuration

It will be nice if the citation resource description gets wrapped within the respective column rather than split to several columns. See the screen shot from Help:RebuildFulltextSearchTable.php:

bildschirmfoto vom 2016-08-12 14 41 27

mwjames commented 8 years ago

It will be nice if the citation resource description gets wrapped within the respective column rather than split to several columns. See the screen shot from Help:RebuildFulltextSearchTable.php:

By default the "auto" reference list uses a cheap heuristic to determine whether to use a responsive column or to switch to [0] scite-referencelist-columns-responsive-single when the content length is insufficient (< length 300).

[0] https://github.com/SemanticMediaWiki/SemanticCite/blob/master/src/ReferenceListOutputRenderer.php#L252-L254

mwjames commented 8 years ago

Expected to be addressed with #35.

kghbln commented 7 years ago

Indeed, that fixed it. Thanks a lot and sorry for not responding for such a long time.