OSCOSS / fiduswriter

This repository only contains the issue list relevant for the work the OSCOSS project is conducting on Fidus Writer. The Fidus Writer sources can be found at https://github.com/fiduswriter/fiduswriter .
1 stars 1 forks source link

Bibtex service for FW from SCM-KG #74

Closed afshinsadeghi closed 7 years ago

afshinsadeghi commented 7 years ago

(FW requires bib(la)tex export (biblatex manual) or bib db)

afshinsadeghi commented 7 years ago

setting up the server.

johanneswilm commented 7 years ago

See plugin https://github.com/fiduswriter/fiduswriter-citation-api-import

afshinsadeghi commented 7 years ago

better to extend a copy of plugin above

afshinsadeghi commented 7 years ago

I had the server setup in http://butterbur10.iai.uni-bonn.de/ installed triple repository

afshinsadeghi commented 7 years ago

extending https://github.com/fiduswriter/fiduswriter-citation-api-import

afshinsadeghi commented 7 years ago

I made a fork of https://github.com/fiduswriter/fiduswriter-citation-api-import and pushed my code here: https://github.com/OSCOSS/fiduswriter-citation-api-import . it is not yet finished

afshinsadeghi commented 7 years ago

files changed: in https://github.com/OSCOSS/fiduswriter-citation-api-import/tree/master/citation-api-import/static/js/es6_modules/citation-api-import

index.js templates.js

added: scmkg.js

@johanneswilm to debug it should I install the plugin each time I change it? or can I edit the installed version ? do you know where the installed plugin goes?

johanneswilm commented 7 years ago

To debug: link the app folder of the plugin directly into the main fiduswriter installation. The pluginfolder is for example "ojs".

afshinsadeghi commented 7 years ago

pushed the code