Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitatmax/printsidian
Print the current note
https://github.com/gitatmax/printsidian
obsidian obsidian-md obsidian-plugin
Last synced: about 2 months ago
JSON representation
Print the current note
- Host: GitHub
- URL: https://github.com/gitatmax/printsidian
- Owner: gitatmax
- License: gpl-3.0
- Archived: true
- Created: 2024-07-10T16:05:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T13:10:28.000Z (about 2 months ago)
- Last Synced: 2024-09-25T20:33:00.089Z (about 2 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_Please consider using [Print](https://github.com/marijnbent/obsidian-print) in Obsidian as it achieves what I wanted & more!_
# Printsidian
Print from Obsidian
## Usage
1. Open a note in Obsidian.
2. Access the command palette and select "Print note."
3. Your device's print dialog will appear.## Build
```
npm install
npm run build
```To test the plugin in Obsidian, replace the contents of the Printsidian plugin directory with the updated contents of the `dist` folder.
## Feedback
If you have any feedback or suggestions, please let me know! [Pull requests](https://github.com/gitatmax/printsidian/pulls) are also welcome.