From 5b77a9adc7152ac986487ea8d1a70c2047237113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C3=BCrth?= Date: Thu, 11 Apr 2024 16:58:12 +0200 Subject: [PATCH] updated --- README.md | 25 ++++++++++++++++-- .../micrograph/_extension.yml | 0 .../micrograph/micrograph.lua | 0 micrograph/example.qmd => example.qmd | 0 micrograph/.gitignore | 3 --- micrograph/README.md | 23 ---------------- ...I500_DAPI_E300_I300_1_MMStack_Pos0.ome.jpg | Bin 7 files changed, 23 insertions(+), 28 deletions(-) rename {micrograph/_extensions => _extensions}/micrograph/_extension.yml (100%) rename {micrograph/_extensions => _extensions}/micrograph/micrograph.lua (100%) rename micrograph/example.qmd => example.qmd (100%) delete mode 100644 micrograph/.gitignore delete mode 100644 micrograph/README.md rename {micrograph/resources => resources}/MAX_240329_PC3_Rab_Anti_FlagTag_647_E300_I300_Phallodin_594_E100_I500_DAPI_E300_I300_1_MMStack_Pos0.ome.jpg (100%) diff --git a/README.md b/README.md index e864321..20c9afe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ -# micrograph +# Micrograph Extension For Quarto - Quarto shortcode extension to display micrographs in revealjs presentations +Quarto shortcode extension to display micrographs in revealjs presentations + +_TODO_: Add a short description of your extension. + +## Installing + +_TODO_: Replace the `` with your GitHub organization. + +```bash +quarto add /micrograph +``` + +This will install the extension under the `_extensions` subdirectory. +If you're using version control, you will want to check in this directory. + +## Using + +_TODO_: Describe how to use your extension. + +## Example + +Here is the source code for a minimal example: [example.qmd](example.qmd). diff --git a/micrograph/_extensions/micrograph/_extension.yml b/_extensions/micrograph/_extension.yml similarity index 100% rename from micrograph/_extensions/micrograph/_extension.yml rename to _extensions/micrograph/_extension.yml diff --git a/micrograph/_extensions/micrograph/micrograph.lua b/_extensions/micrograph/micrograph.lua similarity index 100% rename from micrograph/_extensions/micrograph/micrograph.lua rename to _extensions/micrograph/micrograph.lua diff --git a/micrograph/example.qmd b/example.qmd similarity index 100% rename from micrograph/example.qmd rename to example.qmd diff --git a/micrograph/.gitignore b/micrograph/.gitignore deleted file mode 100644 index e877df6..0000000 --- a/micrograph/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.html -*.pdf -*_files/ \ No newline at end of file diff --git a/micrograph/README.md b/micrograph/README.md deleted file mode 100644 index 32c7696..0000000 --- a/micrograph/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Micrograph Extension For Quarto - -_TODO_: Add a short description of your extension. - -## Installing - -_TODO_: Replace the `` with your GitHub organization. - -```bash -quarto add /micrograph -``` - -This will install the extension under the `_extensions` subdirectory. -If you're using version control, you will want to check in this directory. - -## Using - -_TODO_: Describe how to use your extension. - -## Example - -Here is the source code for a minimal example: [example.qmd](example.qmd). - diff --git a/micrograph/resources/MAX_240329_PC3_Rab_Anti_FlagTag_647_E300_I300_Phallodin_594_E100_I500_DAPI_E300_I300_1_MMStack_Pos0.ome.jpg b/resources/MAX_240329_PC3_Rab_Anti_FlagTag_647_E300_I300_Phallodin_594_E100_I500_DAPI_E300_I300_1_MMStack_Pos0.ome.jpg similarity index 100% rename from micrograph/resources/MAX_240329_PC3_Rab_Anti_FlagTag_647_E300_I300_Phallodin_594_E100_I500_DAPI_E300_I300_1_MMStack_Pos0.ome.jpg rename to resources/MAX_240329_PC3_Rab_Anti_FlagTag_647_E300_I300_Phallodin_594_E100_I500_DAPI_E300_I300_1_MMStack_Pos0.ome.jpg