obsidian icon indicating copy to clipboard operation
obsidian copied to clipboard

Primary Demo file

Open diego898 opened this issue 2 years ago • 3 comments

Hello,

~Is it possible to include Primary's version in the appearance/theme management pane?~ (answered in #118)

Also, I keep a local "Primary Notes" file which I periodically copy/paste from the readme (and reddit) to remind myself of Primary's featuers. Is it possible to incldue a "demo file" that would do this for me?

Thank you!

diego898 avatar May 08 '22 18:05 diego898

Check #118

spcbfr avatar May 08 '22 21:05 spcbfr

Thank you @spcbfr - I've edited the issue to focus on the one thing now.

diego898 avatar May 09 '22 00:05 diego898

Just in case its helpful for others, this is what I have right now to remind me of some of the custom features Primary has

# Primary Theme

## Custom checkboxes

```
- [ ]  Unchecked
- [x] Checked
- [>] Rescheduled
- [<] Scheduled
- [!] Important
- [-] Cancelled
- [/] In Progress
- [?] Question
- [*] Star
- [n] Note
- [l] Location
- [i] Information  
- [S] Amount
- ["] Quote
- [I] Idea
- [p] Pro
- [c] Con
- [b] Bookmark
```

renders as:

- [ ]  Unchecked
- [x] Checked
- [>] Rescheduled
- [<] Scheduled
- [!] Important
- [-] Cancelled
- [/] In Progress
- [?] Question
- [*] Star
- [n] Note
- [l] Location
- [i] Information  
- [S] Amount
- ["] Quote
- [I] Idea
- [p] Pro
- [c] Con
- [b] Bookmark


## Custom callouts

> [!idea] for Ideas

> [!morning] 
> for Morning Reflections/Meditations

> [!pro] for Pros
> this is p ro!

> [!con] for Cons
> this is acon

> [!celebrate] 
> for your Vault Parties

> [!success]
> Let's party!

## Built in Callouts
>[!note]
> Any non defined one will default to using this style.

>[!DIego]
> See?

>[!abstract]
>testing! 

>[!summary]
>testing! 

>[!tldr]
>testing! 

>[!info]
>testing! 

>[!todo]
>testing! 

>[!tip]
>testing! 

>[!hint]
>testing! 

>[!important]
>testing! 

>[!success]
>testing! 

>[!check]
>testing! 

>[!done]
>testing! 

>[!question]
>testing! 

>[!help]
>testing! 

>[!faq]
>testing! 

>[!warning]
>testing! 

>[!caution]
>testing! 

>[!attention]
>testing! 

>[!failure]
>testing! 

>[!fail]
>testing! 

>[!missing]
>testing! 

>[!danger]
>testing! 

>[!error]
>testing! 

>[!bug]
>testing! 

>[!example]
>testing! 

>[!quote]
>testing! 

>[!cite]
>testing! 



# Progress bars
10%     <progress value="10" max="100"></progress>
20%     <progress value="20" max="100"></progress>
30%     <progress value="30" max="100"></progress>
40%     <progress value="40" max="100"></progress>
50%     <progress value="50" max="100"></progress>
60%     <progress value="60" max="100"></progress>
70%     <progress value="70" max="100"></progress>
80%     <progress value="80" max="100"></progress>
90%     <progress value="90" max="100"></progress>
100%    <progress value="100" max="100"></progress>

diego898 avatar Jun 28 '22 16:06 diego898