Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

obsidian write file

const configPath = this.app.vault.configDir + "/plugins/yourPlugin/data.json";
await this.app.vault.adapter.write(configPath,`
  {
  "test":"This is some JSON"
  }
`);
Comment

PREVIOUS NEXT
Code Example
Typescript :: ncbi datasets command-line tool 
Typescript :: typescript vite static assets 
Typescript :: testing in different environments 
Typescript :: additional data structures 
Typescript :: how to print brackets characters in c# 
Typescript :: Add two (2) statements to display the data of the two (2) Car objects 
Typescript :: using method parameters in a guard nestjs 
Typescript :: highcharts turbothreshold not working 
Typescript :: package minted missing pygments output 
Typescript :: idle angular 15 menute 
Typescript :: what is use hsts in .net core 
Typescript :: modifying 2d lists python 
Typescript :: Will Tenet come in plate format 
Typescript :: React import multiple components from a folder 
Typescript :: aruments in C# 
Typescript :: Distributed Cron Job 
Typescript :: create a 4x2 integer array and print its attributes 
Typescript :: get all collections in a document firebase flutter 
Typescript :: How many arguments does a call to the Math.sqrt method have? 
Typescript :: flutter allow user to select text 
Typescript :: typescript programmatically union 
Typescript :: macro fiji bio-formats import options 
Typescript :: Event Handing With Vue 
Typescript :: how to disable piecelabel on certian charts and keep on other chartjs 
Typescript :: how to find muti column name exists in sql server 
Typescript :: whats app link target blank 
Typescript :: not able to access string in template angular 8 
Typescript :: how to teleport a sprite to a new room in game maker studio 2 
Typescript :: typescript map interface 
Typescript :: how to append different lists in installed apps django 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =