Skip to content
View eleanorkonik's full-sized avatar

Sponsors

@obsidianmd
@nirev
@peterkaminski
@arnoesterhuizen
@funkypenguin
Block or Report

Block or report eleanorkonik

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Eleanor's Readwise Settings Eleanor's Readwise Settings
    1
    ## File name
    2
    
                  
    3
    `{{title|replace(""","")|replace(""","")|replace("'","")|replace("'","")|truncate(127)}} by {{author|truncate(120)}}`
    4
    
                  
    5
    I do this so that weird characters or overly-long file names don't break dropbox or git, since Readwise doesn't natively sanitize things.
  2. Zettelizer.js Zettelizer.js
    1
    module.exports = async (params) => {
    2
        console.log("Starting...")
    3
        console.log(params);
    4
        const currentFile = params.app.workspace.getActiveFile();
    5
        if (!currentFile) {
  3. concatenate concatenate Public

    A plugin for Obsidian.md to allow you to put the contents of sections together in one file

    TypeScript 43 5

  4. dataview query for - [?] dataview query for - [?]
    1
    ```dataviewjs
    2
    //get all md files in vault
    3
    const files = app.vault.getMarkdownFiles()
    4
    
                  
    5
    //create an array with the filename and lines that include the desired tag
  5. obsidian-community/obsidian-hub obsidian-community/obsidian-hub Public

    Resource hub for Obsidian resources.

    CSS 612 132

  6. js_projs js_projs Public

    Learning Javascript in Public

    JavaScript 10 3