Codimd: hackmd plug-ins

Created on 27 Mar 2018  路  5Comments  路  Source: hackmdio/codimd

Hi
we massively love HackMD
we are developpers and have imagined upgrading HackMD with a layer connecting to an external API that could pull information from an external DB , with autocompletion or execute processes
2 ex :

  • referencing someone : @someone would list all the people from the external DB and add a link to our plateform inside the pad
  • +@Pixies + : launch a create Organization API with
    what would be the best way to do something like this ?
    is there a pluggin system ?
question

All 5 comments

No, there is currently no plugin system. Currently all changes need to be made within the code base.

Feel free to contribute :) We try to review everything as soon as possible.

Hi thanks for the quick answer
can someone just point me into the one file that handles the edit typing,
or where I could add text exception like
if(typed starts with @xxx) then launch a small autocomplete proposal list
thanks

@oceatoon Any progress on this? Otherwise I would like to close it.

@oceatoon It's not an "official solution", but you can hack together some basic plugin-style behavior using the codimd-cli: https://github.com/hackmdio/codimd-cli to do importing and exporting.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sagesharp picture sagesharp  路  4Comments

ghost picture ghost  路  4Comments

LukasKalbertodt picture LukasKalbertodt  路  4Comments

mxmilkiib picture mxmilkiib  路  3Comments

SISheogorath picture SISheogorath  路  4Comments