XeNote/posts/index.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

## What is MindStone?
If you're looking for a [Obsidian Publish](https://obsidian.md/publish) alternative you've come to the right place.
2020-11-28 15:45:01 +00:00
MindStone features:
- Drop in support for Obsidian Vault, This project is actually based on Obisidian Help Vault that come with the app [Start here](Start%20here.md)
- Write your content in Obsidian, publish by doing `git commit` && `git push`
- Support Folder/File navigation side bar
- Native support for Obsidian Wiki Link style `[[Some Note]]`
- Interactive Graph to visualize your content connections
2021-04-02 22:49:29 +00:00
2021-05-17 01:16:19 +00:00
For developer who want to customize:
- This project is built with web technology: `NextJS, ReactJS`. And use powerful `unifiedJS` framework to process markdown with hundreds of high quality plugin which allow extending of the project easier in the future
-
2020-11-28 15:45:01 +00:00
See the app in action
- Youtube video
2020-12-08 23:37:06 +00:00
2020-12-06 19:40:20 +00:00
## Known issues
2020-12-02 21:28:38 +00:00
This an early version of MindStone, which mean there are bugs and issues. Below are some known issues, that I plan to work on:
- Image link in wiki link style is not supported yet. `![[Image_link.png]]` will not work yet. see work around below
- Graphview does not load when clicking on side-bar or click node on graphview, browser reload will refresh it state
- Graph view layout and interaction is still very rough. More UI/UX improvements are needed.
- Transclusion is not working yet.
2021-03-03 21:33:38 +00:00
2021-03-18 19:57:15 +00:00
## Improvements
2020-12-02 21:28:38 +00:00
Future features I have in mind
- [ ] Page Preview like Obsidian Core plugin
- [ ] Full text search with `Cmd + K`
- [ ] Andy Sliding Pane
- [ ] Infinite canvas for browsing through notes and connections
2020-12-02 21:28:38 +00:00
2020-12-09 14:44:52 +00:00
If you find this sotware useful, please share it with other and contribute improvement to this repo.
2020-12-09 14:44:52 +00:00
And of course, you can buy me some Ko-fi if it help you save some time and money.
2020-12-06 19:40:20 +00:00
2020-11-28 15:45:01 +00:00