Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasvtiradentes/obsidian-notes-manager
📚 convert obsidian notes into json and table.
https://github.com/lucasvtiradentes/obsidian-notes-manager
nodejs obisidian-plugin obsidian organization typescript
Last synced: about 1 month ago
JSON representation
📚 convert obsidian notes into json and table.
- Host: GitHub
- URL: https://github.com/lucasvtiradentes/obsidian-notes-manager
- Owner: lucasvtiradentes
- License: mit
- Created: 2024-03-08T23:03:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T03:15:10.000Z (10 months ago)
- Last Synced: 2024-11-02T10:05:49.512Z (3 months ago)
- Topics: nodejs, obisidian-plugin, obsidian, organization, typescript
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
OBSIDIAN NOTES MANAGER
Features • Requirements • Usage • Development • About## :trumpet: Overview
manage and convert your notes from markdown to json and table.
## :question: Motivation
I made this because most of my notes contains only links in markdown format grouped by theme and it would be great to view them in a table/json format.
✔️ convert your notes to markdown, table and json;
✔️ custom settings to setup table columns and json keys.In order to use this project in your computer, you need to have the following item:
- [obsidian](https://obsidian.md/): To actually run the plugin.
In order to use this plugin you have two options:
a) clone this repository and place it on the `~/.obsidian/plugins` folder.
b) install this plugin from the directly from the `community plugins` on obsidian, by searching for "notes manager".
### Development setup
To setup this project in your computer, download it in this link or run the following commands:
```bash
# Clone this repository
$ git clone https://github.com/lucasvtiradentes/obsidian-notes-manager# Go into the repository
$ cd obsidian-notes-manager
```After download it, go to the project folder and run these commands:
```bash
# Install dependencies using npm
$ npm install# Run the typescript code in development mode
$ npm run dev
```### Used technologies
This project uses the following thechnologies:
## License
This project is distributed under the terms of the MIT License Version 2.0. A complete version of the license is available in the [LICENSE](LICENSE) file in this repository. Any contribution made to this project will be licensed under the MIT License Version 2.0.