hackmd-desktop icon indicating copy to clipboard operation
hackmd-desktop copied to clipboard

:notebook: HackMD Desktop Application

Results 30 hackmd-desktop issues
Sort by recently updated
recently updated
newest added

from https://github.com/electron/electron/pull/573#issuecomment-263186361 ```js mainWindow.webContents.session.webRequest.onHeadersReceived({}, (d, c) => { if(d.responseHeaders['x-frame-options'] || d.responseHeaders['X-Frame-Options']){ delete d.responseHeaders['x-frame-options']; delete d.responseHeaders['X-Frame-Options']; } c({cancel: false, responseHeaders: d.responseHeaders}); }); ```

enhancement

![hackmd-desktop-copy-to-url](https://user-images.githubusercontent.com/4230968/38451079-a921d6de-3a5b-11e8-98e6-9431f3ec09de.gif)

bug

Hi, first of all, thanks for your awesome program. I'm currently using `hackmd-desktop` to take notes of a book in pdf. So my workflow is to switch to the pdf...

It would be great to have an embedded HackMD server included so that we can edit offline/in our own sandbox, without needing to manually manage a HackMD server.

Hello, Could you create a portable version for Windows based on @PortableApps format? [PortableApps](https://www.portableApps.com) is one of the best application suites for Windows out there. It will be great for...

## TODOs - [x] Custom titlebar https://github.com/hackmdio/hackmd-desktop/commit/a25de1f8e14409ca4effe578e3dc65487be74a2c - goto home navigation - copy url - back/previous navigate - [x] menu actions 7fa597a - new window - login logout (uhh?) -...

plan-item

So far hackmd-desktop needs opening new windows to load another document. Will hackmd team consider using the tab to open multiple files (remaining single window) in the future? Thanks!

feature/suggestion

When I using the download function, it exported all files as txt file. Could it export all notes to PDF fomart? So that it can keep the picture and layout...

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies