Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanjamurphy/workbench-obsidian
A plugin to help you collect working materials.
https://github.com/ryanjamurphy/workbench-obsidian
obsidian-md obsidian-plugin
Last synced: 2 months ago
JSON representation
A plugin to help you collect working materials.
- Host: GitHub
- URL: https://github.com/ryanjamurphy/workbench-obsidian
- Owner: ryanjamurphy
- Created: 2020-11-07T21:06:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T15:06:21.000Z (11 months ago)
- Last Synced: 2024-06-17T22:48:16.776Z (8 months ago)
- Topics: obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 105
- Watchers: 1
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ryanjamurphy/workbench-obsidian - A plugin to help you collect working materials. (TypeScript)
README
## Workbench
This is a plugin for [Obsidian](https://obsidian.md).
It allows you to capture thinking from whatever you're currently looking at into a "Workbench" note. Link and embed pages, headers, and blocks, or copy the current line. You can also use alt+click and cmd/windows+alt+click to add content to the workbench.
### Demo:
[A demo of the various ways to add things to your workbench.](https://i.imgur.com/tG4dOvp.gif)
Note: you may need to double-click when using the click-based features!
Insert and clear the materials on the workbench:
![A demo of insert contents of workbench and clear workbench](https://i.imgur.com/YCazTIb.gif)### Settings
Control the name of the Workbench note, the line prefix for every item added to the workbench, and what alt+click or cmd/windows+alt+click do in the plugin's Settings.### Manually installing the plugin
- Copy over `main.js` and `manifest.json` to your vault `VaultFolder/.obsidian/plugins/workbench-obsidian/`.