Skip to content

Commit 3fae846

Browse files
ganesshkumarGanessh Kumar R P
authored andcommitted
adding funding.yml
1 parent 124d58c commit 3fae846

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
# patreon: # Replace with a single Patreon username
5+
# open_collective: # Replace with a single Open Collective username
6+
# ko_fi: # Replace with a single Ko-fi username
7+
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
# liberapay: # Replace with a single Liberapay username
10+
# issuehunt: # Replace with a single IssueHunt username
11+
# otechie: # Replace with a single Otechie username
12+
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: [ 'https://www.buymeacoffee.com/ganesshkumar' ]# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Obsidian Excel to Markdown Table
22

3+
[![Tag 0.1.0](https://img.shields.io/badge/tag-0.1.0-blue)](https://github.com/ganesshkumar/obsidian-excel-to-markdown-table/releases/tag/0.1.0)
4+
35
An Obsidian plugin to paste Excel tables as Markdown tables in Obsidian editor.
46

57
## Demo
@@ -11,6 +13,27 @@ You can paste the copied Excel date from the clipboard by using either
1113

1214
![Obsidian Excel to Markdown Table](https://user-images.githubusercontent.com/2135089/151919147-8315155a-0972-4152-a8cc-70f835b6dece.gif)
1315

16+
## Installation
17+
18+
### From Obsidian
19+
20+
1. Open `Settings` > `Third-party plugin`
21+
2. Make sure Safe mode is **off**
22+
3. Click `Browse community plugins`
23+
4. Search for this plugin
24+
5. Click `Install`
25+
6. Once installed, enable this plugin and close the community plugins window and the plugin is ready to use.
26+
27+
### From GitHub
28+
29+
1. Download the Latest Release from the Releases section of the GitHub Repository
30+
2. Put files to your vault's plugins folder: `<vault>/.obsidian/plugins/obsidian-excel-to-markdown-table`
31+
3. Reload Obsidian
32+
4. If prompted about Safe Mode, you can disable safe mode and enable the plugin.
33+
Otherwise, head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.
34+
35+
> Note: The `.obsidian` folder may be hidden. On macOS, you should be able to press `Command+Shift+Dot` to show the folder in Finder.
36+
1437

1538
## License
1639
[MIT](LICENSE)

styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)