Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gudboinero/manuscription-snippet
A small Obsidian.md CSS Snippet to allow for easy writing in manuscript-like format!
https://github.com/gudboinero/manuscription-snippet
css markdown obsidian-md obsidian-snippet scss
Last synced: 6 days ago
JSON representation
A small Obsidian.md CSS Snippet to allow for easy writing in manuscript-like format!
- Host: GitHub
- URL: https://github.com/gudboinero/manuscription-snippet
- Owner: GudBoiNero
- Created: 2024-02-09T14:03:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T01:56:04.000Z (10 months ago)
- Last Synced: 2024-04-24T05:29:06.050Z (8 months ago)
- Topics: css, markdown, obsidian-md, obsidian-snippet, scss
- Language: SCSS
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For more information on how to use it, check out [this example](https://github.com/GudBoiNero/manuscription-snippet/blob/main/Example.md)!
# Preview
![Preview](Images/preview.png)
# DocsTo create a manuscript block, you simply need to make an obsidian callout.
```md
> [!manuscript]
> Everything here will be formattedAnything outside is unaffected
```All the elements are specified like so:
```md
> ![manuscript|type] Optional Title
> Optional Content
```
## Titles and Subtitles
You can have as many titles as you want within a single `manuscript` block. All you need to do is to create a nested obsidian callout without our *manuscript* callout.```md
> ![manuscript]
> > ![manuscript|title] Your Title Here!
```Subtitles are the exact same except you replace `title` with `subtitle`.
```md
> ![manuscript]
> > ![manuscript|subtitle] Your Subtitle Here!
```
## Breaks
Breaks can be specified with the type `break`. The title will be ignored, the content will be display and centered. Images or text can be used.```md
> ![manuscript]
> > ![manuscript|break] Ignored Title
> > . . .
```
## Customization
Using the [obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings) plugin you can customize the styles of this snippet!