As a user of Inkdrop, I would like to be able to have shared notes use custom styles, and remove Inkdrop branding.
I would be willing to pay a higher amount for this functionality.
Example
As part of my business workflow, I write documents and send those to clients. For example, I write project bids and proposals.
My current workflow is to write in markdown, then export the HTML, then copy the contents to a rich document editor, apply style changes, then save as a PDF.
With this new feature, I could customize the style of the shared note page to use my business brand styles, so that I would simply share a link to the clients. This would save me a lot of work.
Other
From a user perspective, I would not be willing to pay more money for only customized styles (like font colors, sizes, etc.) but I would be willing to pay more to be able to remove Inkdrop branding (icon and menu elements).
Thank you for the suggestion.
Yeah that would be nice to have and I understand your workflow, but it’s not currently planned to be supported as note sharing feature is just a supplemental feature.
BTW, I am considering to improve the export feature so that you can use it for building websites using frameworks like Gatsby, which allows you to fully customize styles and pages.
Another option I am considering iss writing a plugin that would override the “Share Note” functionality, and push the note up to my own servers. Any tips or pointers would be helpful!
In the share dialog, it renders the dialog like this:
<MessageDialog
ref={dialogRef}
title={renderTitle}
buttons={[
{ label: 'Cancel', cancel: true },
{ label: 'Share', primary: true }
]}
onDismiss={handleDismiss}
>
<p>
Are you sure you want to share this note on the web? A public link
will be created.
</p>
</MessageDialog>
So, you can build a website using frameworks like Gatsby and Jekyll by exporting notes via the local HTTP API.
It requires some work though, you have full control of page styling and hosting including domain.
That’s going to be a big feature like building another blogging service. It becomes no longer just a note-taking app.
I’d like to focus on improving it as a simple note-taking app.
Yeah, I don’t want that. It’d be nice if the wrapping wasn’t so prominent or if it allowed custom CSS. If it just had a bottom footer that said it was ‘Powered by Inkdrop’ instead of a big header and menu and all that it would be a giant improvement for me.