conneroisu

Results 45 issues of conneroisu

`_add_tags(note_title: str, tags: str[])→Exception|None` ## Wanted/Expected Behavior Add tags to a **Note** inside the vault. ## Actual/Current Behavior ## # Tests for Feature ## From [SyncLinear.com](https://synclinear.com) | [AUT-39](https://linear.app/auto-gpt-obsidian/issue/AUT-39/add-tags-to-note-command)

Feature

`_change_note_aliases(note_title: str)→Exception|None` # Wanted/Expected Behavior ## Actual/Current Behavior ## # Tests for Feature ## From [SyncLinear.com](https://synclinear.com) | [AUT-24](https://linear.app/auto-gpt-obsidian/issue/AUT-24/change-aliases-for-note-command)

Feature

`_create_note(note_title: str, note_body: str) → obsidianNote|None` # Wanted/Expected Behavior Create a note in the vault with given title. \# Actual/Current Behavior Null Tests for Feature Example Vault folder for allowing...

Feature

`_get_maths_on_note(note_title) →list` ## Wanted/Expected Behavior Retrieve all mathjax equations inside of a specified note. SO, any equations found inside `$` and `$$` would be equations returned by this command as...

Feature
Note Content
mathjax

`_search_by_tags(tag[]: str[])`→`obsidianNote|None` ## Wanted/Expected Behavior Retrieves all notes with the specified tag/tags inside of the vault using obsidian syntax. `#tag` - means that the tag with the text `tag` is...

Feature

`_get_outgoing_links(note_title: str) → list` ## Wanted/Expected Behavior Get the outgoing links in a note given the title of the note. This method really uses the ntoes internal get outgoing links...

Feature

`_create_kanban_list(note_title: str, list_name: str)` ## Wanted/Expected Behavior Create a kanban list inside of a kanban note with the given title with a given list name. ## Actual/Current Behavior N/A #...

Feature

`_expand_note(note_title: str)` ## Wanted/Expected Behavior Expand the content of a note to include more information. ## Actual/Current Behavior ## # Tests for Feature Test Operation failure From [SyncLinear.com](https://synclinear.com) | [AUT-52](https://linear.app/auto-gpt-obsidian/issue/AUT-52/expand-note-command)

Feature

`_insert_content(note_title: str)` ## Wanted/Expected Behavior Inserts specific content into a specific note at a specific column/row. ## Actual/Current Behavior N/A # Tests for Feature Call command and see if the...

Feature
Note Content
Obsidian_Note

``` _change_title(title, new_title) ``` # Wanted/Expected Behavior Change the title of a given note given the previous title. This should extend through the creation of a`change_title` method to be on...

Feature