Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dellermann/obsidian-console
An Obsidian plugin which renders console commands and their output.
https://github.com/dellermann/obsidian-console
Last synced: 2 months ago
JSON representation
An Obsidian plugin which renders console commands and their output.
- Host: GitHub
- URL: https://github.com/dellermann/obsidian-console
- Owner: dellermann
- License: mit
- Created: 2022-12-14T10:12:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T10:06:28.000Z (11 months ago)
- Last Synced: 2024-08-01T21:55:13.943Z (5 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- project-awesome - dellermann/obsidian-console - An Obsidian plugin which renders console commands and their output. (JavaScript)
README
# Obsidian Console Plugin
This plugin renders console commands and their output in Obsidian.
## Usage
~~~markdown
```console
$ ls -l
-rw------- 1 dellermann dellermann 894 Dec 11 12:26 .bash_history
-rw-r--r-- 1 dellermann dellermann 220 Dec 10 19:58 .bash_logout
-rw-r--r-- 1 dellermann dellermann 3771 Dec 10 19:58 .bashrc
-rw-r--r-- 1 dellermann dellermann 0 Dec 14 10:43 .motd_shown
-rw-r--r-- 1 dellermann dellermann 807 Dec 10 19:58 .profile
```
~~~## Copyright
Copyright (c) Daniel Ellermann