mirror of
https://github.com/dwolfe884/obsidian-x86-flow-graph.git
synced 2026-07-22 07:30:26 +00:00
more readme stuff
This commit is contained in:
parent
9edcf419c1
commit
99bd1d7ea5
1 changed files with 10 additions and 22 deletions
32
README.md
32
README.md
|
|
@ -45,35 +45,23 @@ running `x86-create-flow-diagram` on the above codeblock would result in the fol
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Changing the palette
|
### Plugin in practice
|
||||||
|
|
||||||
To add colors to the palette open the plugin settings, and click the `+` button. Then use the color picker to select the color, and input a name for the color. Afterwards it will appear in the `Set color` modal. You can add as many colors as you need.
|
TODO: Add GIF of running plugin
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Compatibility
|
## Roadmap
|
||||||
|
|
||||||
This plugin has been tested with a few other community plugins:
|
### TODO:
|
||||||
|
- [ ] Add true/false labels to edges
|
||||||
* [Icon Folder](https://github.com/FlorianWoelki/obsidian-icon-folder)
|
- [ ] Handle \`\`\` characters on both sides of selected text
|
||||||
* Should work out of the box, and colors should automatically be applied to the icons as well.
|
- [ ] Move nodes to left or right to increase readbility
|
||||||
* [Folder Note](https://github.com/aidenlx/folder-note-core)
|
- [ ] Test, test, test...
|
||||||
* Will also work out of the box, however the underlines added to the files will not be colored.
|
|
||||||
* Personally I use the following CSS snippet locally:
|
|
||||||
|
|
||||||
```css
|
|
||||||
.nav-folder.alx-folder-with-note>.nav-folder-title>.nav-folder-title-content {
|
|
||||||
text-decoration-style: dotted;
|
|
||||||
text-decoration-color: inherit;
|
|
||||||
}
|
|
||||||
```
|
|
||||||
Which will make make the underline use the colors defined by this plugin. The result looks something like this:
|
|
||||||
|
|
||||||

|
|
||||||
---
|
---
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://www.buymeacoffee.com/ecustic">
|
<a href="https://www.buymeacoffee.com/djwolfe">
|
||||||
<img src="https://media2.giphy.com/media/7ssLleBvWvESbx0BuG/giphy.gif" />
|
<img src="https://media2.giphy.com/media/7ssLleBvWvESbx0BuG/giphy.gif" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in a new issue