Stardown
Stardown copied to clipboard
A browser extension that copies a markdown link for the current page.
Although the Firefox and Chromium versions definitely need different manifest files, it may be possible to combine the rest of their code into one folder. This will speed up future...
The setting "when creating markdown of a selection, ____" should have an option called "try to keep the same format". This will allow us to eventually add support for copying...
Some functions including the `getSetting` function are defined multiple times. For example, `getSetting` in the Chromium version of Stardown is defined in each of background.js, content.js, and options.js. It would...
Stardown's "Copy markdown of selection" option doesn't keep italicization/emphasis with the setting "when creating markdown of a selection, create a block quote and a page title link". For example, the...
Stardown's "Copy markdown of selection" option doesn't keep bold text bold with the setting "when creating markdown of a selection, create a block quote and a page title link". For...
Stardown's "Copy markdown of selection" option doesn't keep selected block quotes with the setting "when creating markdown of a selection, create a block quote and a page title link". For...
So far, Stardown's code is organized so that as much as possible is in the background files and the remaining code is in the content files. The exceptions to this...
Stardown is available for Firefox, Chrome, and Edge. It can also be installed on all other Chromium browsers that use Chrome's web store such as Brave, Vivaldi, and Opera. However,...
Depends on #19. With the setting "when creating markdown of a selection, try to keep the same format", copying a table should result in a [markdown table](https://www.markdownguide.org/extended-syntax/#tables). For example, copying...
Currently, Stardown's "Copy markdown of selection" option cannot copy images with the setting "when creating markdown of a selection, create a block quote and a page title link". Selecting text...